开发者

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

开发者 https://www.devze.com 2023-02-20 08:22 出处:网络
I understand that even though the AudioMan开发者_如何学Pythonager.STREAM_VOICE_CALL is available in the SDK for android, it is not actually been used to play a pre-recorded audio file, or atleast that

I understand that even though the AudioMan开发者_如何学Pythonager.STREAM_VOICE_CALL is available in the SDK for android, it is not actually been used to play a pre-recorded audio file, or atleast that is what i have heard/seen on the internet. My Question is this, if this is truly the way it is, how is prankdial accomplishing this?

Many similar questions have been asked but they all seem really old, so i was wondering if anybody has gained any more insight about this.


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

精彩评论

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