Hi
I'm trying to read a .wav (and in the future also mp3 and ogg) file as an array of floats in java, much like libsndfile in C.
I'm looking at the various docs in the javax.sampled packages but I can't find a clear explanation on how to do that; I'd like to avoid recurring to external libraries if possible.
Any suggestion?
Thanks
Nicola Montecchio