How does jFLAC work?
- by Joshua Lückers
I've downloaded the jFLAC library but I can't figure out how it works. All I want to do is open a FLAC file and play it.
The code example I have results in a NullPointerException on line 75 ( http://pastebin.com/Ndvhgex3 )
Any suggestions or example code would be appreciated.