audio: update waves tables
1. This mps file lets Portrait and Landscape mode volume curve the same. - No matter users listen any volume step and rotate device. Users feel the same loudness. 2. This mps file internal file name "0802_Full_LL_tune5.mps" 3. This audio_policy_volume.xml lets AK3 volume curve almost the same as previous project. - Improve previous audio_policy_volume.xml below 16th volume step too loud. Bug: 294360161 Test: manual test (b/294360161#comment6) Change-Id: Ie637c0b466411df7add3429d5c59ac5a4aa84656 Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
16df7e1957
commit
5090406e17
2 changed files with 5 additions and 2 deletions
|
@ -80,8 +80,11 @@ volume index from 0 to 100.
|
||||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||||
<point>1,-6200</point>
|
<point>1,-6400</point>
|
||||||
<point>28,-3950</point>
|
<point>28,-4010</point>
|
||||||
|
<point>52,-2700</point>
|
||||||
|
<point>56,-2380</point>
|
||||||
|
<point>60,-2210</point>
|
||||||
<point>64,-1950</point>
|
<point>64,-1950</point>
|
||||||
<point>68,-1800</point>
|
<point>68,-1800</point>
|
||||||
<point>72,-1550</point>
|
<point>72,-1550</point>
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue