Search code examples
flashactionscriptmicrophone

How to automatically increase the mic volume in flash?


Is there a way to increase the mic volume of a flash application automatically?


Solution

  • You can use the Gain function where ever you want to change it.

    gain(50);
    

    where 50 is normal "volume"

    0 is none.

    100 is maximum.