I need converter to convert G729 or G711 files to wav,wma,mp3 or any other format witch can play for example Windows Media Player.
Asked
Active
Viewed 3,351 times
2
-
1If this is programming related please provide the context. Otherwise this sounds like a question for superuser.com. – Brian Rasmussen Mar 16 '10 at 07:30
-
Thanks for link,but I need to use converter programmatically.It must spot command line arguments for files. – Noro Mar 16 '10 at 07:37
2 Answers
0
You can decode using va_g729_decoder.exe to pcm file.then convert that to wav using sox.

jazz
- 27
- 1
- 10