I have been using mp3spi, tritonus and JLayer to process mp3 files. I am stuck up at one point where I need mp3 input stream / mp3 audio signal as floating point array. Please help!
Thanks
I have been using mp3spi, tritonus and JLayer to process mp3 files. I am stuck up at one point where I need mp3 input stream / mp3 audio signal as floating point array. Please help!
Thanks
Have you tried using or sub-classing java.io.DataInputStream
? Perhaps the readFloat()
method is what you are looking for.