Saving recorded Voice in Flex using as3
I am trying save the recorded voice locally in my file system using flex and as3. I am successful in recording voice and playback again. I am using web application prospective in Flex.
Here I noticed that if I used windo开发者_C百科wed application, I am successfully saving voice record in my system(using adobe air file system). Pleas let me know the process of saving recorded file.You can save VoiceRecord in ByteArray on Flex Side, and send this ByteArray to Server and save there in File or Database
FileReference.save()
, but it has to be converted to ByteArray
There is also a open source alchemy c++ plugin someone built for flash that can encode it to an mp3 on the client. Would probably be of great use to you: https://github.com/kikko/Shine-MP3-Encoder-on-AS3-Alchemy
精彩评论