Hi I've made a broadcaster in Flash that stream a video and uses Speex for Audio with the following settings : sound.EnMic = Microphone.getEnhancedMicrophone(Global.micselected) as Microphone; sound.options = new MicrophoneEnhancedOptions(); sound.EnMic.setUseEchoSuppression(true); sound.options.mod...