简体   繁体   English

G.711 c++ 实施

[英]G.711 c++ implementation

Can you advise a G.711 audio codec implementation in C/C++?您能否建议使用 C/C++ 实现 G.711 音频编解码器?

I am going to use it in a proprietary software.我将在专有软件中使用它。

I use the implementation here , its simple and fast.我在这里使用实现,它简单快捷。

FFmpeg supports A-law and mu-law companders as far as I know.据我所知, FFmpeg支持 A 律和 mu 律压缩扩展器。

I believe the Intel IPP libraries support G.711我相信英特尔 IPP 库支持 G.711

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM