Tuesday, June 17, 2008

Follow up on AS3 and red5

It is looking like I screwed up and didn't read the documentation properly and I am grabbing the first microphone instead of the default microphone.

I was using


var mic:Microphone = Microphone.getMicrophone();


and instead it should be


var mic:Microphone = Microphone.getMicrophone( -1 );



I think the default should be the default microphone. Doesn't that make sense?

No comments:

Post a Comment