Hi,

I just wonder if anyone happen to know how to use MediaRecorder to
recorder the voice and save it as MP3 format.

I try the following but nothing is working so far.

mediarecorder.setAudioSource(MediaRecorder.AudioSource.MIC);
mediarecorder.setOutputFormat(MediaRecorder.OutputFormat.DeFault);
mediarecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT);

and I also try:


mediarecorder.setAudioSource(MediaRecorder.AudioSource.MIC);
mediarecorder.setOutputFormat(MediaRecorder.OutputFormat.DeFault);
mediarecorder.setAudioEncoder(MediaRecorder.AudioEncoder.ARM_NS);

None of them can be saved as MP3. Can anyone advise? thanks

best regards,

Nelson To

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to