MP3 and WAV conversion
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm currently writing some code for the manipulation of *.wav data and i want to use my algorithms for mp3 files too. I need something that loads a mp3 file to wav like uncompressed data. Something like: Function(char *cMP3FileName,void **DataBuffer,int *iBufLen,WAVHEADER *whHeader); can anyone give me a hint? greets, Jason