Flash AS3 - How to set high quality audio recording
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 It's flash. Great quality also depends on users' hardware. You didn't post full settings for your microphone. Also value that you are using isn't valid. Here a small snippet, for mic settings, that will give you good enough results: var micOptions : MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions(); micOptions.echoPath =