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

杀马特。学长 韩版系。学妹 提交于 2019-12-21 13:04:09

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/13468240/how-to-convert-g729-encoded-byte-array-to-wav-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!