How to do voice morphing to a phone call on android? [closed]

天涯浪子 提交于 2020-01-21 23:58:33

问题


I'm develop an android application which needs to change the callers voice to chipmunk voice in real time processing. ie.like Whenever someone calls me, i want to hear their voice in chipmunk voice. I dont find any control or any api to do that in android. Also i dont know how to stop the voice from native phone receiver. Is this feature possible in android? Please give me show ideas to do the same.


回答1:


You don't, unless you mean VOIP calls implemented outside of the framework rather than mobile network calls.

Android does not provide access to the in-call audio. On (many? all?) present devices that's thought to actually be a hardware limitation or at least buried in vendor-proprietary code for the radio processor, and so not alterable from the android/linux side even if you root, install a customized build, etc.



来源:https://stackoverflow.com/questions/6026931/how-to-do-voice-morphing-to-a-phone-call-on-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!