Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
How to do voice morphing to a phone call on android?

I want to process and change the callers voice to chipmunk voice in real time. I don't find the way to stop the voice from native phone call receiver. Is there any way to stop the voice played from native phone call receiver?

PS: I have posted the same question again as my previous question was closed with reason "Vague and overly broad". Now i made some corrections to be more specific. Sorry for the inconvenience.

share|improve this question
2  
Did you read the only answer to that closed question? – Wooble May 17 '11 at 14:48
that's not how it works. Go back and edit your previous question if you think you can make it better. It'll get reopen if the community changes its mind. – Mat May 17 '11 at 14:52

marked as duplicate by Wooble, Mat, Konstantin Burov, Chris Stratton, Graviton May 18 '11 at 5:51

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

3 Answers

What you want is impossible. Android applications do not have access to the in-call audio, let alone have the ability to change it.

share|improve this answer

This thing is not possible in real time. We have one feature like this in some handsets but they have implementing it through hardware support. As android allows us to interact with the hardware very less and also sound API's are not available to do this feature. When it comes to spoof app they have implementing it through 3rd party vendor and we have to pay for that every minute we use and it works only in USA not the other part of the world as the 3rd party vendor belongs to U

share|improve this answer

I too tried this feature, but as per the API's available in android , its not possible to implement,and there is no hardware suppor for this. As per knowledge there is hardware support provided by Android framework , to go with this feature.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.