Playing an pre-recorded audio file to somebody over a call

后端 未结 1 559
南旧
南旧 2020-12-22 01:12

I understand that even though the AudioManager.STREAM_VOICE_CALL is available in the SDK for android, it is not actually been used to play a pre-recorded audio file, or atle

相关标签:
1条回答
  • 2020-12-22 01:40

    My Question is this, if this is truly the way it is, how is prankdial accomplishing this?

    It is impossible. Android applications do not have access to the in-call audio stream. AudioManager.STREAM_VOICE_CALL is for volume control.

    0 讨论(0)
提交回复
热议问题