Hello,
Having seen the new player version 10.3 and the possibilities that interests me next microphone. I decided to install it.
The installation went well, in my publish settings I can select 10.3.
As against this does not work very well I would say not at all in the end.
My code:
mic = Microphone.getEnhancedMicrophone();
var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
options.mode = MicrophoneEnhancedMode.FULL_DUPLEX;
options.autoGain = false;
options.echoPath = 128;
options.nonLinearProcessing = true;
mic.enhancedOptions = options;
mic.rate = 44;
mic.gain = 80;
mic.setSilenceLevel(0, 1000000);
mic.setUseEchoSuppression(true);
mic.setLoopBack(false);
mic.addEventListener("sampleData", _in);
I have this compilation error:
VerifyError: Error # 1014: Class flash.media: MicrophoneEnhancedOptions was not found.
I read everywhere and I try in my browser that I spent in 10.3, I use Firefox, also tested with IE and Chrome ..
I see no change in my microphone popup that should give me the option of echo cancellation.
I need your help because this version would solve all my problems.
thank you