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?
Web Developer / IT Manager / Magic Maker
var mic:Microphone = Microphone.getMicrophone();
var mic:Microphone = Microphone.getMicrophone( -1 );
No comments:
Post a Comment