audio: update waves, media speaker volume curve
Merge notes: * Update max volume for loudness, bass, stereo, dynamics, distortion improvements. * Update entire volume curve for competitve listening experience. * Update entire volume curve within 1dBSPL of previous vol curve (to be matched within 0.5dB on next iteration). * Moved all volume curve gains from output trim to XML * Tuned to pass power for Pink 13dB CF noise on speaker loads for battery and thermals (40C - 41C skin temp). Tuning gaps: * No thermal throttle merged (2nd LL) yet (next iteration pre dogfood), so TMO use case unknown still. * No BAACL tuning merged yet (next iteration pre dogfood) * Non-media sounds / vol curve not yet tuned Testing gaps: * No monsoon testing (to be setup for next iteration) * No official thermal testing (to be setup for next iteration). Bug: 270274623 Test: manual test Change-Id: I26ece68c56c98593c68cf5d7bda979a2a9af5565 Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
0dfe76f37a
commit
934d7c4e5c
2 changed files with 25 additions and 3 deletions
|
@ -76,9 +76,31 @@ volume index from 0 to 100.
|
|||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||
<point>1,-6000</point>
|
||||
<point>20,-4790</point>
|
||||
<point>60,-2140</point>
|
||||
<point>1,-6253</point>
|
||||
<point>4,-6253</point>
|
||||
<point>8,-5936</point>
|
||||
<point>12,-5567</point>
|
||||
<point>16,-5255</point>
|
||||
<point>20,-4916</point>
|
||||
<point>24,-4577</point>
|
||||
<point>28,-4227</point>
|
||||
<point>32,-4017</point>
|
||||
<point>36,-3800</point>
|
||||
<point>40,-3580</point>
|
||||
<point>44,-3364</point>
|
||||
<point>48,-3100</point>
|
||||
<point>52,-2871</point>
|
||||
<point>56,-2639</point>
|
||||
<point>60,-2405</point>
|
||||
<point>64,-2167</point>
|
||||
<point>68,-1941</point>
|
||||
<point>72,-1707</point>
|
||||
<point>76,-1438</point>
|
||||
<point>80,-1235</point>
|
||||
<point>84,-1075</point>
|
||||
<point>88,-931</point>
|
||||
<point>92,-741</point>
|
||||
<point>96,-524</point>
|
||||
<point>100,0</point>
|
||||
</volume>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue