diff options
| author | Thomas Shum <jabashque@gmail.com> | 2019-08-18 05:53:55 -0700 |
|---|---|---|
| committer | celtare21 <celtare21@gmail.com> | 2019-08-22 16:50:21 +0000 |
| commit | 1314c7d09b6bdb335ac8e4544b7e4f4ff343f565 (patch) | |
| tree | 34dde168676e63741d4ff9b5f660e723403f63c9 | |
| parent | 5f1071a5e0c2afc2e04604ba37e393f1cd382679 (diff) | |
mata: Update audio_policy_volumes.xml from PQ1A.190105.045
With PQ1A.190105.045, Essential tweaked the volume curve for music
streams playing on the phone speaker. Before, the perceived loudness
would increase far too quickly as the user increased the volume to 50%.
Now, the perceived loudness increases in a more smooth and expected way.
Change-Id: Ie67b8ea3ba28b5b2fbe77760f67fc0d46b1f9b7e
Signed-off-by: celtare21 <celtare21@gmail.com>
| -rw-r--r-- | audio/audio_policy_volumes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audio_policy_volumes.xml b/audio/audio_policy_volumes.xml index cee30f0b..61bce8e3 100644 --- a/audio/audio_policy_volumes.xml +++ b/audio/audio_policy_volumes.xml @@ -102,9 +102,9 @@ volume index from 0 to 100. <point>100,0</point> </volume> <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER"> - <point>1,-5400</point> - <point>30,-3000</point> - <point>91,-600</point> + <point>1,-6500</point> + <point>30,-4500</point> + <point>91,-1500</point> <point>100,0</point> </volume> <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"> |
