[Red5] Micrphone quaility problem

Lee Loftiss kleelof at yahoo.com
Fri Nov 25 17:42:45 EST 2011


Hello,

  Try
   mic.setSilenceLevel(0);
   mic.rate = 22; //or 16 or 8

  If you are using a MAC, you might need to pump the gain up to 100.

take care,
lee



________________________________
 From: bilal ilyas <bilalilyas444 at gmail.com>
To: red5 at osflash.org 
Sent: Saturday, November 26, 2011 12:32 AM
Subject: [Red5] Micrphone quaility problem
 
hi,
i am developing a soft phone in flex and using red5 server i have done
some settings for for mic but quality is still very bad i have hear
voice clearly but can't send the voice clearly, does any one has any
idea or can any one help where to look for the answers. here is code
for mic setting.

                                        mic.setLoopBack(false);
                    mic.setSilenceLevel(10, 20000);
                    mic.gain = 60;
                    mic.addEventListener(ActivityEvent.ACTIVITY, micActivityHandler);
                    mic.addEventListener(StatusEvent.STATUS, micStatusHandler);

                    mic.codec = SoundCodec.PCMU;

-- 
Regards,
Bilal Ilyas

_______________________________________________
Red5 mailing list
Red5 at osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5_osflash.org/attachments/20111125/a04005ce/attachment.html>


More information about the Red5 mailing list