Search code examples
actionscript-3recordvoice

Record voice and save it to mp3 file


Is it possible to record (5 seconds) a voice with the microphone and save it as a mp3 file WITHOUT sending data to the server? I would like to save the file with FileReference (some times ago I did an experiment saving a bitmap and it worked).


Solution

  • You can use MicRecorder class for recording the sound, and as3lameencoder for encoding the recorded byte stream into mp3.