audio: update music playback volume curve am: b116b57820 am: a80efcbf3b am: a007fdf93f am: 06c9bb4994
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15743308 Change-Id: I0943e0150b96f37f41a1bbc3f4e1897343d3a66b
This commit is contained in:
commit
c5211fa13a
1 changed files with 6 additions and 2 deletions
|
@ -79,8 +79,12 @@ volume index from 0 to 100.
|
|||
ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER"
|
||||
ref="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||
<point>1,-6000</point>
|
||||
<point>20,-4790</point>
|
||||
<point>60,-2140</point>
|
||||
<point>100,0</point>
|
||||
</volume>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
|
||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue