This library adds support for MP3 audio recording in the simulator. This only affects the simulator/JavaSE port of Codename One.
The presence of this library affect the following two APIs in com.codename1.media.MediaManager:
-
getAvailableRecordingMimeTypes()- This should now include "audio/mp3" as one of the supported recording mimetypes. -
createMediaRecorder()- This will now accept "audio/mp3" as the mimetype, and will encode the audio in MP3 format.
-
Created by Steve Hannah
-
Uses java-lame library for MP3 encoding.