Skip to main content
Alberto Moro
Participant
June 7, 2011
Question

Microphone.getEnhancedMicrophone()

  • June 7, 2011
  • 1 reply
  • 859 views

Hello guys,

I hope someone of you have knowledge about the getEnhancedMicrophone() function.

I'm trying to use it on my code in order to get the microphone and avoid weird audio feedback but I don't know exactly how to use it.

Is there any class I need to import inside my as3 package?
If I simply replace Microphone.getMicrophone() with Microphone.getEnhancedMicrophone() it doesn't work.

I'm using Flash CS5, AS3 and Flash Player 10.3.

Thanks,
Alberto

www.albertomoro.it

    This topic has been closed for replies.

    1 reply

    Nikhil_Kalyan
    Participating Frequently
    June 7, 2011

    Hi,

    Thanks for your interest on the latest APIs that are added on Flash 10.3 and later. I think it would be awesome for you to post this query in the flash forums to get the best updated responses. We do in FMS, need to use this API, but since the updates are on the Flash Player side, let the experts comment the first.

    AFAIK, var enhancedMicrophone:Microphone = Microphone.getEnhancedMicrophone();

    should do, there should not be any new changes as such.
    Hope it helps. Thank you !
    Alberto Moro
    Participant
    June 7, 2011

    Thanks, I'll do it right the way.

    Alberto