How to automatically increase the mic volume in flash?
Is there a way to increase the mic volume of a flash app开发者_StackOverflowlication automatically?
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.
精彩评论