Hi, Is there a way to increase the mic volume of a flash application automatically?
Thanks in advance!
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.