I am developing a voice application, I have 2 options speex and nellymoser .Why should I use speex instead of nellymoser in flex application.
相关问题
- Can we recover audio from MFCC coefficients?
- Is there a way to play audio on a mobile browser w
- Should I wait for Flash Player 10.1 or go with Fla
- How to load flex swf from flash?
- Is it possible to know the duration of an MP3 befo
相关文章
- Android Visualizer class throwing runtime exceptio
- Simulate Microphone (virtual mic)
- Android Studio Mediaplayer how to fade in and out
- Detect or Approximate Bluetooth Latency on Android
- How to play a specific frequency with Javascript?
- Failed to load because no supported source was fou
- Cross platform audio analysis library
- as3 ByteArray to Hex (binary hex representation)
this should make it clear , Comparison of both codecs for flex:
http://askmeflash.com/article/2/speex-vs-nellymoser
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.