riul88 / call-recorder-for-android

call-recorder-for-android fork
159 stars 98 forks source link

Recording only my voice (I am calling). #24

Open Issean opened 9 years ago

Issean commented 9 years ago

Hello,

is it possible to record only my voice, and not the voice of my interlocutor. How can I do that?

Thanks in advance.

GreenLunar commented 9 years ago

See #23

Off Topic

I do not think this is possible. As far as I know, the only software that does such thing is IHU, which is not a smartphone app.

This app is written in Qt3 (a patch to port to Qt4 is available in bug tracker), so may be it is possible to port it to Android.

Link http://ihu.sourceforge.net/

GreenLunar commented 9 years ago

Maybe you can do so by starting a voice recorder app and then make a call.

GreenLunar commented 9 years ago

See https://github.com/esnyder/callrecorder

API v4 introduced 3 new sources:

VOICE_UPLINK VOICE_DOWNLINK VOICE_CALL

which are supposed to provide what you might expect from the names: what you're saying, what the person on the other end is saying, or both together respectively.