Lower mic volume on Galaxy S.

This commit is contained in:
Guillaume Beraudo 2012-12-04 17:06:12 +01:00
parent 490e6a3d97
commit 34a4242aba

View file

@ -1168,6 +1168,8 @@ public final class LinphoneManager implements LinphoneCoreListener {
}
public void setAudioModeIncallForGalaxyS() {
/* The microphone gain is way too high on the Galaxy S so correct it here. */
LinphoneManager.getLc().setMicrophoneGain(-9.0f);
mAudioManager.setMode(MODE_IN_CALL);
}