pcm转adpcm的算法是什么?

发布于 2024-08-20 16:57:24 字数 23 浏览 5 评论 0原文

pcm转adpcm的算法是什么?

What is the algorithm of converting pcm to adpcm?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半衬遮猫 2024-08-27 16:57:24

ADPCM 是指一系列压缩算法(主要用于电话线路上的语音压缩)。有时称为 G.721 和 G.732(及其他)。

有关详细信息,请参阅 http://www.javvin.com/protocolG7xx.html。 IMA ADPCM 规范是 Microsoft 在 Windows 上实现的规范,可作为照片扫描件使用
哥伦比亚大学 http://www.cs.columbia.edu/~hgs/ audio/dvi/

PCM 是未压缩的音频。

ADPCM refers to a family of compression algorithms (mostly used for voice compression on phone lines). Sometimes known as G.721 and G.732 (and others).

See http://www.javvin.com/protocolG7xx.html for more information. The spec for IMA ADPCM, which is the one that Microsoft implemented on Windows is available as photo-scans
at Columbia university http://www.cs.columbia.edu/~hgs/audio/dvi/

PCM is uncompressed audio.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文