Question

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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top