Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert g729 encoded byte array to .WAV in C#?

I have been working on a VoIP Application in C sharp language. The purpose of the project is VoIP Call Recording. It uses g729 Codec. I can extract the voice part from RTP payload. How to convert this Byte array to .wav format? Please help me.

like image 621
Ralaad Avatar asked Nov 20 '12 07:11

Ralaad


1 Answers

You can try to use ffmpeg.exe and work with it via command line

like image 123
Alex Avatar answered Sep 20 '22 15:09

Alex