- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Stefan,
Thanks for the feedback - we don't take it as criticism when things don't work well; we want to fix it =). The extra eyes during beta definitely help us do that.
I'll let Hironmay answer the other 2 pieces, but for codec change, I caught this (weird) note in the ASDocs for the player just the other day :
http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html#rate
"Note: If you are using the Speex codec (Microphone.codec = SoundCodec.SPEEX) for Flash Player 10 and AIR 1.5 or later, the default rate value is 16kHz. If you use the Speex codec and then change the codec value to Nellymoser (Microphone.codec = SoundCodec.NELLYMOSER), the rate continues to be set to 16kHz until you explicitly set the rate to a new value. To receive audio using Flash Player releases before Flash Player 10 and AIR releases before AIR 1.5, change both the codec and the rate values when you publish the audio.
So, that's a little bit of a PITA - I don't know if that fixes your issue (you'd have to get AudioPub.microphone.rate and set it to an accepted NellyMoser rate like 22). We'll try to wrap this in AudioPublisher so that it knows how to keep audio going as you change codecs.
nigel
Views
Replies
Total Likes