Need to play audio into a call

前端 未结 2 1197
我在风中等你
我在风中等你 2021-01-20 03:01

If my application records some audio with MediaRecorder, is it possible to play the recorded audio file into a call that was started with ACTION_CALL or ACTION_DIAL?

2条回答
  •  庸人自扰
    2021-01-20 03:46

    This not yet possible on Android. See this feature request.

    You can record your voice from microphone, but you can not record the sound of the other party.

提交回复
热议问题