I\'m working on an application that has to process audio files. When using mp3 files I\'m not sure how to handle data (the data I\'m interested in are the the audio bytes, t
As mentioned in the other answers, you need a decoder to decode MP3 into regular audio samples.
One popular option would be JavaLayer (LGPL).