Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Audio: Enable noise suppression
  • Loading branch information
Fagulhas committed Dec 17, 2012
1 parent d059978 commit fa608c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overlay/packages/apps/Phone/res/values/config.xml
Expand Up @@ -27,4 +27,10 @@
are routed through the android.media.AudioManager class (true) or through
the com.android.internal.telephony.Phone interface (false). -->
<bool name="send_mic_mute_to_AudioManager">true</bool>

<!-- Determines if device implements a noise suppression device for in call audio-->
<bool name="has_in_call_noise_suppression">true</bool>

<!-- Audio parameter for setting noise suppression-->
<string name="in_call_noise_suppression_audioparameter">noise_suppression=on=off</string>
</resources>

0 comments on commit fa608c5

Please sign in to comment.