Reputation: 421
Are there APIs for grabbing the voice (in both directions) during a call? I'm interested in whether it can be intercepted before it's sent out (outgoing) and before it's played by the speaker (incoming).
Upvotes: 2
Views: 470
Reputation:
This is not true, there is an API for it. Try to look at the classes AudioRecord
and MediaRecord
, and AudioManager
as well. However these classes are not supported by all firmware. You can also check out this program, I am using it on Samsung galaxy S with success.
Upvotes: 1
Reputation: 1006934
No, there is no API to access the in-call voice audio (inbound or outbound).
Upvotes: 1