pcm转adpcm的算法是什么?
pcm转adpcm的算法是什么?
What is the algorithm of converting pcm to adpcm?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
pcm转adpcm的算法是什么?
What is the algorithm of converting pcm to adpcm?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
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.