How does jFLAC work?

Posted by Joshua Lückers on Stack Overflow See other posts from Stack Overflow or by Joshua Lückers
Published on 2010-05-01T15:49:58Z Indexed on 2010/05/01 15:57 UTC
Read the original article Hit count: 603

Filed under:

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.

© Stack Overflow or respective owner

Related posts about java