Speex 或 nellymoser
我正在开发一个语音应用程序,我有 2 个选项 speex 和 nellymoser 。为什么我应该在 Flex 应用程序中使用 speex 而不是 nellymoser 。
I am developing a voice application, I have 2 options speex and nellymoser .Why should I use speex instead of nellymoser in flex application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该可以清楚地表明,两种 Flex 编解码器的比较:
http://askmeflash.com/article/2/speex-vs-nellymoser
this should make it clear , Comparison of both codecs for flex:
http://askmeflash.com/article/2/speex-vs-nellymoser
Speex 是开源的,针对语音进行了优化,并且似乎具有较低的带宽要求。 然而,在 Flash/AIR 中,Speex 始终为 16 kHz,这不太像 Skype 那样清脆的声音。 因此,我们目前正在考虑切换到“旧”Nellymoser,我们可以选择 22 甚至 44 kHz。
Speex is open source, optimized for speech and seems to have lower bandwidth requirements. However, in Flash/AIR, Speex is always 16 kHz, which is not quite the Skype-like crispness of the sound. Because of that, we're currently contemplating switching to the "old" Nellymoser where we have an option of 22 and even 44 kHz.