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!
Why do you need a floating point array? – Andrew ThompsonNov 10 '11 at 18:41
Include some sample code from the section you are having trouble with. – PerceptionNov 10 '11 at 19:00
I need floating point array of audio signal to apply FFT and some other formulas on it.
I already have C++ code which uses LAME for this purpose. I am looking for pure Java equivalent of LAME which does not depend on any dll or so. – SunilNov 11 '11 at 5:22
If you want a message to reach Perception or myself, you need to reply to one of our answers (not possible, in this case), or add @name before the comment. – Andrew ThompsonNov 15 '11 at 15:25