本文介绍了Android的选择顶部的麦克风的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何选择最前的麦克风音频源android系统中记录的音频。
现在我使用 MediaRecorder.AudioSource.CAMCORDER
作为音频信号源,但它不是以最高MIC录音。 P>
解决方案
的列出了支持的音频信号源。我不确定你的意思顶麦克风不过,我认为你应该使用 MediaRecorder.AudioSource.MIC
。
How to select top microphone as audio source for recording audio in android.
Now I am using MediaRecorder.AudioSource.CAMCORDER
as audio source but its not taking top mic for recording.
解决方案
The developer documentation lists the supported audio sources. I am unsure what you mean with "top microphone" however I think you should use MediaRecorder.AudioSource.MIC
.
这篇关于Android的选择顶部的麦克风的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!