Android audio recording using phone microphone when handsfree is attached

你。 提交于 2019-12-11 05:34:24

问题


When I connect bluetooth handsfree to Android phone device, is it possible to use phone microphone to record sound and hear it in the handsfree?

I manage to record sound by phone microphone and hear it on the phone speaker or headphones. But when the headphones has microphone, typically handsfree, it records sound using handsfree microphone by default. I need to mute somehow handsfree microphone and use phone microphone. Is it possible in Android?

I haven't found any answer. At android developers, Stackoverflow, nowhere. Thanks in advance!


回答1:


you can try to use the MediaRecorder.AudioSource.CAMCORDER to record the audio.

according to the api-doc it is

Microphone audio source with same orientation as camera if available, the main device microphone otherwise



来源:https://stackoverflow.com/questions/12578972/android-audio-recording-using-phone-microphone-when-handsfree-is-attached

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!