如何播放音频文件到麦克风输入

How to play audio files to microphone input

我想知道如何实现我和其他人之间的通话聊天,而对方听不到我说话,而是听到音频文件。

假设我拥有一个音频文件,其中包含一个说 "Hello" 的声音,他会听到那个而不是我的声音。

先谢谢你。

简答:不,这是不可能的,

这在 android developer web 中有清楚的解释:

Note: You can play back the audio data only to the standard output device. Currently, that is the mobile device speaker or a Bluetooth headset. You cannot play sound files in the conversation audio during a call.

原因,android web 中没有解释,但必须确保避免犯罪行为。