开发者

Can the audio stream output from the earpiece during a call be captured?

I am looking to develop an application and would like to know if the earpiece audio output can be c开发者_JAVA技巧aptured.

Thanks, Matt


Looking at the documentation for MediaRecorder.AudioSource I would say that this should be possible using the VOICE_DOWNLINK source.

MediaRecorder recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource.VOICE_DOWNLINK);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜