Libraries for creating a RIFF Wav file??
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hello, anyone knows if any libraries for creating a wav file (RIFF complaint) exists starting from an mp3 ( or even only creating it with audio-bytes in memory.. thanks
Hi, MCI (Media Control Interface) is part of Windows SDK. You may need to work with low-level MCI if you have to directly manipulate raw audio-data. I am not sure if MCI supports MP3 files directly, though. Due Regards Mahnedra