开发者

Upsampling PCMU

开发者 https://www.devze.com 2023-03-04 15:37 出处:网络
Is there an algorithm for upsampling PCMU without开发者_StackOverflow社区 having to convert it to PCM first?

Is there an algorithm for upsampling PCMU without开发者_StackOverflow社区 having to convert it to PCM first? Are the standard interpolation algorithms applicable to PCMU encoded samples?


Decoding and re-encoding mu law is very simple, and probably easier than trying to work out the potential aliasing implications of interpolating mu-law. You'll probably want to apply a low pass filter after upsampling, for which you would need to decode and re-encode anyway.

0

精彩评论

暂无评论...
验证码 换一张
取 消