如何使用 Skype4Com 查找麦克风音频的采样率?
我正在使用 Skype4Com COM 对象来拦截来自麦克风的音频。 我知道它是 16 位单声道,但我如何知道它的采样率是多少?
I am using the Skype4Com COM object to intercept audio from the microphone. I know that it is 16 bit mono, but how do I find out what its sample rate is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道可以通过 wav 文件手动设置输入。 唯一允许的速率是 16,000 Hz。 我认为用于传输的速率也是 16,000 Hz。
I know that it's possible to manually set input through a wav-file. The only rate that is allowed, is 16,000 Hz. I think that the rate that is used to transfer, also is 16,000 Hz.
目前 Skype4Com 中似乎没有工具可以确定麦克风采样率。 我的实验表明它是16kHz。
It would seem that there is no facility in Skype4Com to determine the microphone sample rate at the moment. My experiments indicate that it is 16kHz.