开发者

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

开发者 https://www.devze.com 2023-03-06 04:36 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I'm develop an android application which needs to change the callers voice to chipmunk voic开发者_运维问答e 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.


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.

0

精彩评论

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