I am building one desktop application in Air2.5, which needs to record and save audio.
In AS3 (Specially with Air 2.5), is it possible to record and save audio in mp3 format?
I am building one desktop application in Air2.5, which needs to record and save
Share
Here is library to convert audio to mp3 :
https://github.com/kikko/Shine-MP3-Encoder-on-AS3-Alchemy
To record audio informations are here :
http://titansturf.in/2010/02/08/fetching-data-from-the-microhpone-and-recording-sound/
This also should be usefull :
http://suzhiyam.wordpress.com/2011/04/14/as3-microphone-record-and-save-as-wave-file/
And about save read this :
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filesystem/File.html