diff options
| author | juyuchen <juyuchen@google.com> | 2018-11-06 11:03:42 +0800 |
|---|---|---|
| committer | Carter Hsu <carterhsu@google.com> | 2018-11-09 19:38:52 +0000 |
| commit | 0c64e752991adcefa2c887e743d1b20f4fb04a7b (patch) | |
| tree | a6b1ff989c7e2f384c7bd57d69bf2bff926f27d6 | |
| parent | f6362d905506d0ca58bfc2f1253b95d77f90245f (diff) | |
audio: update audio policy volume curve
B1/C1 audio policy volume:
1) DEVICE_CATEGORY_SPEAKE: Modify volume curve to fix speaker minimum volume issue
Bug: 118478287
Test: manual audio test
Change-Id: I37decc840f7910a33b20070bec58b674203c82c6
Signed-off-by: juyuchen <juyuchen@google.com>
| -rw-r--r-- | audio_policy_volumes_b1.xml | 6 | ||||
| -rw-r--r-- | audio_policy_volumes_c1.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio_policy_volumes_b1.xml b/audio_policy_volumes_b1.xml index d99f45b..42e1d6a 100644 --- a/audio_policy_volumes_b1.xml +++ b/audio_policy_volumes_b1.xml @@ -30,9 +30,9 @@ volume index from 0 to 100. <point>100,0</point> </volume> <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_SPEAKER"> - <point>0,-2400</point> - <point>33,-1600</point> - <point>66,-800</point> + <point>0,-3000</point> + <point>33,-2000</point> + <point>66,-1000</point> <point>100,0</point> </volume> <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_EARPIECE"> diff --git a/audio_policy_volumes_c1.xml b/audio_policy_volumes_c1.xml index 82932ea..f2a4eab 100644 --- a/audio_policy_volumes_c1.xml +++ b/audio_policy_volumes_c1.xml @@ -30,9 +30,9 @@ volume index from 0 to 100. <point>100,0</point> </volume> <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_SPEAKER"> - <point>0,-2400</point> - <point>33,-1600</point> - <point>66,-800</point> + <point>0,-3000</point> + <point>33,-2000</point> + <point>66,-1000</point> <point>100,0</point> </volume> <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_EARPIECE"> |
