Echo problem
Hi have used these setting for mike,but i am facing echo and some disturbance problem.
SO can anyone tell me how to reduce that issue
private function setMic():void
{
microphone = Microphone.getMicrophone();
microphone.setLoopBack(true);
microphone.setUseEchoSuppression(true);
microphone.rate = 11
microphone.gain = 65;
microphone.setSilenceLevel( 5, 1000 );
microphone.soundTransform = new SoundTransform(0);
}
