Currently, I\'m using
mic.rate = 100;
This only gives 63kbps.
Is it possible for Flash AS3 to set bitrate higher than 63kbps?
From the docs
Acceptable values are 5, 8, 11, 22, and 44
So enter one of those.
And it's measured in kHz, not kbps, also according to the docs