qickrooms / red5phone

Automatically exported from code.google.com/p/red5phone
0 stars 0 forks source link

Microphone rate capture doesn't work correctly on MAC #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is a big noise in the out and input stream on many mac books. Do you
have any ideas why?

My first step:
// patch pour les sons bugger sur mac
if(Capabilities.os.indexOf("Mac") == 0) {           
outgoingNetStream.bufferTime = 0.01;
incomingNetStream.bufferTime = 0.01;
}

http://www.justskins.com/forums/microphone-rate-capture-doesnt-work-correctly-on
-mac-83891.html

Original issue reported on code.google.com by michaelpalmer04 on 8 Jul 2009 at 12:35