chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.67k stars 109 forks source link

Feature Request: Enable a +/- DB setting for the Microphone. #410

Closed Warrentheo closed 1 year ago

Warrentheo commented 1 year ago

Feature Request: Enable a +/- DB setting for the Microphone. This would only need to be used to get the audio level for the microphone to more closely match up with the speaker volume. A similar setting for the speaker is not needed since that is already controlled by the normal volume controls.

chenxiaolong commented 1 year ago

Sorry, adjusting the volume for just one side of the call isn't possible on any device I'm aware of. There's no way to tell the difference between the two sides of the call--they're merged by Android's audio driver before it reaches BCR.

You might be able to work around this by messing with the mixer config files using root, but I don't have any personal experience with doing that.

(More details in #124)