How can I convert G.729 or G.711 files to WAV?
I need to convert G.729 or G.711 files to WAV/WMA/MP3 or any other format which can be played in for example Windows Media Player.
How can I do that?
2 Answers
If you don't have many you can do them online here: Online audio conversion tool - Guru Audio Convert
There is also a linux command line tool, if you have the right codecs installed:
I would recommend using ffmpeg (). It's widely used so you find lots of documentation, it's available for Linux, Win, Mac and (mostly) under LGPL/GPL.
You may try using ffmpeg -i <yourFile> <yourNewFile.mp3>.