开发者

Record voice and save it to mp3 file

开发者 https://www.devze.com 2023-04-07 21:07 出处:网络
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 开发者_如何学Golike to save the file with FileReference (some tim

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 开发者_如何学Golike to save the file with FileReference (some times ago I did an experiment saving a bitmap and it worked).


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

0

精彩评论

暂无评论...
验证码 换一张
取 消