2

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.

Noro
  • 1,643
  • 5
  • 22
  • 38
  • 1
    If 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 Answers2

2

Hy Noro. Try this.

Samvel Siradeghyan
  • 3,523
  • 3
  • 30
  • 49
0

You can decode using va_g729_decoder.exe to pcm file.then convert that to wav using sox.

jazz
  • 27
  • 1
  • 10