audio: update music playback volume curve
- changes volume 1,2,3,4,5 (due to a sound quality noise floor issue) Bug: 198224217 Test: manual power test (b/198224217#comment21) Signed-off-by: Jasmine Cha <chajasmine@google.com> Change-Id: Ied7e88ad941e8a13e2080da6e2897b9541966dd0
This commit is contained in:
parent
528d915a9e
commit
7ebc080458
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"/>
|
ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/>
|
||||||
<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">
|
||||||
ref="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE"/>
|
<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"
|
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
|
||||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
|
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue