更改Audio Capture音频文件的输出格式

时间:2015-01-12 10:34:04

标签: android audio record audio-recording audioformat

我是Android编码的新手并尝试开发基本应用,我需要以下问题的帮助。

我尝试使用Media Recorder API创建Audio Capture App,我对输出文件格式有疑问。

根据代码,输出文件格式设置为 3gp 并使用AMR音频编码器。

mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);

mFileName = Environment.getExternalStorageDirectory().getAbsolutePath();
    mFileName += "/audiorecordtest.3gp";

我希望输出文件格式为 mp3 。任何人都可以帮忙吗?

根据文档WEBM, THREE_GPP, MPEG_4,格式很少。

请在此处详细说明您的答案。

0 个答案:

没有答案