Is it possible to decode and encode mp3 to wav and wav to mp3?
Printable View
Is it possible to decode and encode mp3 to wav and wav to mp3?
In code or with a seperate program?
Either way the answer is yes, but the method is obviously very different.
There are plug-ins for Winamp that will let you do it through Winamp, you can get those at the Winamp site. As for in VB code I can't help you there, at least not without knowing the MP3 file architecture.
I don't know any encoding algorims either but there is one way (the cheaters way) to do it. Run bladeenc from your prog and make it invisible, then kill it after it's done and in your unload_event. I know, this is not the best way, but it works