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
The data that you want are the actual samples, while MP3 represents the data differently. So, like what everyone else has said - you need a library to decode the MP3 data into actual samples for your purpose.