录制语音作为Android的MP3 [英] Record voice as mp3 in Android

查看:287
本文介绍了录制语音作为Android的MP3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的Andr​​oid应用程序,我想记录我的声音MP3文件。但是Android的媒体录像机(支持录音类)似乎并不支持MP3格式。它似乎只允许3GP和MPEG4文件格式。

In my android application, I want to record my voice as an MP3 file. But Android's Media Recorder (class that supports audio recording) does not seem to support MP3 format. It seems to allow only 3gp and mpeg4 file formats.

recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
recorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG4);

谁能帮助我或者给我一个code?

Can anyone help me out or give me a code ?

推荐答案

MP3连接codeR为Android中使用,但MP3可以用Libav / ffmpeg的带MP3 LAME是连接codeD,你可以找到例子code 这里

Mp3 encoder is not available in android, But mp3 can be encoded using Libav/FFMPeg with mp3 LAME and you can find example code here

这篇关于录制语音作为Android的MP3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆