hey,
im trying to use the mpg123 library to extract the sound data from the mp3 file....
ive used this example to decode the file:
http://mpg123.de/api/mpg123__to__wav_8c-source.shtml
i can extract the info about the file but the actual sound data im having troubles....
because it doenst give me the whole data in one big chunk.. but in small parts (and since i dont know how big it is gonna be i cant assign an array length...)
I have been reading data from wave files without any problems (manually, no libraries) and now i want to also read mp3 files with this library.....
i hope you can help me :)
thx
Daan