OrdenKrieger | fc14a53 | 2019-08-19 14:50:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2015 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <!-- Volume section defines a volume curve for a given use case and device category. |
| 17 | It contains a list of points of this curve expressing the attenuation in Millibels for a given |
| 18 | volume index from 0 to 100. |
| 19 | <volume stream=”AUDIO_STREAM_MUSIC” deviceCategory=””> |
| 20 | <point>0,-9600</point> |
| 21 | <point>100,0</point> |
| 22 | </volume> |
| 23 | --> |
| 24 | |
| 25 | <volumes> |
| 26 | <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_HEADSET"> |
| 27 | <point>0,-4200</point> |
| 28 | <point>33,-2800</point> |
| 29 | <point>66,-1400</point> |
| 30 | <point>100,0</point> |
| 31 | </volume> |
| 32 | <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_SPEAKER"> |
| 33 | <point>0,-3600</point> |
| 34 | <point>33,-2400</point> |
| 35 | <point>66,-1200</point> |
| 36 | <point>100,0</point> |
| 37 | </volume> |
| 38 | <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_EARPIECE"> |
| 39 | <point>0,-3600</point> |
| 40 | <point>33,-2400</point> |
| 41 | <point>66,-1200</point> |
| 42 | <point>100,0</point> |
| 43 | </volume> |
| 44 | <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 45 | ref="DEFAULT_MEDIA_VOLUME_CURVE"/> |
| 46 | <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 47 | ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/> |
| 48 | <volume stream="AUDIO_STREAM_SYSTEM" deviceCategory="DEVICE_CATEGORY_HEADSET"> |
| 49 | <point>1,-4200</point> |
| 50 | <point>33,-3400</point> |
| 51 | <point>66,-2600</point> |
| 52 | <point>100,-1800</point> |
| 53 | </volume> |
| 54 | <volume stream="AUDIO_STREAM_SYSTEM" deviceCategory="DEVICE_CATEGORY_SPEAKER"> |
| 55 | <point>1,-4200</point> |
| 56 | <point>33,-3300</point> |
| 57 | <point>66,-2400</point> |
| 58 | <point>100,-1500</point> |
| 59 | </volume> |
| 60 | <volume stream="AUDIO_STREAM_SYSTEM" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 61 | ref="DEFAULT_SYSTEM_VOLUME_CURVE"/> |
| 62 | <volume stream="AUDIO_STREAM_SYSTEM" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 63 | ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/> |
| 64 | <volume stream="AUDIO_STREAM_SYSTEM" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 65 | ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/> |
| 66 | <volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_HEADSET"> |
| 67 | <point>1,-5400</point> |
| 68 | <point>33,-4200</point> |
| 69 | <point>66,-3000</point> |
| 70 | <point>100,-1800</point> |
| 71 | </volume> |
| 72 | <volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_SPEAKER"> |
| 73 | <point>1,-5400</point> |
| 74 | <point>33,-3600</point> |
| 75 | <point>66,-1800</point> |
| 76 | <point>100,0</point> |
| 77 | </volume> |
| 78 | <volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 79 | ref="DEFAULT_DEVICE_CATEGORY_EARPIECE_VOLUME_CURVE"/> |
| 80 | <volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 81 | ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/> |
| 82 | <volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 83 | ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/> |
| 84 | <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"> |
| 85 | <point>1,-6600</point> |
| 86 | <point>33,-4600</point> |
| 87 | <point>66,-2250</point> |
| 88 | <point>100,0</point> |
| 89 | </volume> |
| 90 | <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER" |
| 91 | ref="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE"/> |
| 92 | <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 93 | ref="DEFAULT_MEDIA_VOLUME_CURVE"/> |
| 94 | <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 95 | ref="DEFAULT_MEDIA_VOLUME_CURVE"/> |
| 96 | <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 97 | ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/> |
| 98 | <volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"> |
| 99 | <point>0,-5400</point> |
| 100 | <point>33,-4200</point> |
| 101 | <point>66,-3000</point> |
| 102 | <point>100,-1800</point> |
| 103 | </volume> |
| 104 | <volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER"> |
| 105 | <point>1,-5400</point> |
| 106 | <point>33,-3600</point> |
| 107 | <point>66,-1800</point> |
| 108 | <point>100,0</point> |
| 109 | </volume> |
| 110 | <volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 111 | ref="DEFAULT_NON_MUTABLE_EARPIECE_VOLUME_CURVE"/> |
| 112 | <volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 113 | ref="DEFAULT_NON_MUTABLE_EXT_VOLUME_CURVE"/> |
| 114 | <volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 115 | ref="DEFAULT_NON_MUTABLE_HEARING_AID_VOLUME_CURVE"/> |
| 116 | <volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_HEADSET"> |
| 117 | <point>1,-5400</point> |
| 118 | <point>33,-4200</point> |
| 119 | <point>66,-3000</point> |
| 120 | <point>100,-1800</point> |
| 121 | </volume> |
| 122 | <volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_SPEAKER"> |
| 123 | <point>1,-4800</point> |
| 124 | <point>33,-3600</point> |
| 125 | <point>66,-2400</point> |
| 126 | <point>100,-1200</point> |
| 127 | </volume> |
| 128 | <volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 129 | ref="DEFAULT_DEVICE_CATEGORY_EARPIECE_VOLUME_CURVE"/> |
| 130 | <volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 131 | ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/> |
| 132 | <volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 133 | ref="DEFAULT_DEVICE_CATEGORY_HEADSET_VOLUME_CURVE"/> |
| 134 | <volume stream="AUDIO_STREAM_BLUETOOTH_SCO" deviceCategory="DEVICE_CATEGORY_HEADSET"> |
| 135 | <point>0,-4200</point> |
| 136 | <point>33,-2800</point> |
| 137 | <point>66,-1400</point> |
| 138 | <point>100,0</point> |
| 139 | </volume> |
| 140 | <volume stream="AUDIO_STREAM_BLUETOOTH_SCO" deviceCategory="DEVICE_CATEGORY_SPEAKER"> |
| 141 | <point>0,-2400</point> |
| 142 | <point>33,-1600</point> |
| 143 | <point>66,-800</point> |
| 144 | <point>100,0</point> |
| 145 | </volume> |
| 146 | <volume stream="AUDIO_STREAM_BLUETOOTH_SCO" deviceCategory="DEVICE_CATEGORY_EARPIECE"> |
| 147 | <point>0,-4200</point> |
| 148 | <point>33,-2800</point> |
| 149 | <point>66,-1400</point> |
| 150 | <point>100,0</point> |
| 151 | </volume> |
| 152 | <volume stream="AUDIO_STREAM_BLUETOOTH_SCO" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 153 | ref="DEFAULT_MEDIA_VOLUME_CURVE"/> |
| 154 | <volume stream="AUDIO_STREAM_BLUETOOTH_SCO" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 155 | ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/> |
| 156 | <volume stream="AUDIO_STREAM_ENFORCED_AUDIBLE" deviceCategory="DEVICE_CATEGORY_HEADSET"> |
| 157 | <point>1,-3000</point> |
| 158 | <point>33,-2600</point> |
| 159 | <point>66,-2200</point> |
| 160 | <point>100,-1800</point> |
| 161 | </volume> |
| 162 | <volume stream="AUDIO_STREAM_ENFORCED_AUDIBLE" deviceCategory="DEVICE_CATEGORY_SPEAKER" |
| 163 | ref="DEFAULT_SYSTEM_VOLUME_CURVE"/> |
| 164 | <volume stream="AUDIO_STREAM_ENFORCED_AUDIBLE" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 165 | ref="DEFAULT_SYSTEM_VOLUME_CURVE"/> |
| 166 | <volume stream="AUDIO_STREAM_ENFORCED_AUDIBLE" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 167 | ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/> |
| 168 | <volume stream="AUDIO_STREAM_ENFORCED_AUDIBLE" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 169 | ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/> |
| 170 | <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_HEADSET"> |
| 171 | <point>1,-4800</point> |
| 172 | <point>33,-4000</point> |
| 173 | <point>66,-3200</point> |
| 174 | <point>100,-2400</point> |
| 175 | </volume> |
| 176 | <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_SPEAKER"> |
| 177 | <point>1,-5400</point> |
| 178 | <point>33,-4600</point> |
| 179 | <point>66,-3800</point> |
| 180 | <point>100,-3000</point> |
| 181 | </volume> |
| 182 | <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 183 | ref="DEFAULT_SYSTEM_VOLUME_CURVE"/> |
| 184 | <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 185 | ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/> |
| 186 | <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 187 | ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/> |
| 188 | <volume stream="AUDIO_STREAM_TTS" deviceCategory="DEVICE_CATEGORY_HEADSET" |
| 189 | ref="SILENT_VOLUME_CURVE"/> |
| 190 | <volume stream="AUDIO_STREAM_TTS" deviceCategory="DEVICE_CATEGORY_SPEAKER" |
| 191 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 192 | <volume stream="AUDIO_STREAM_TTS" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 193 | ref="SILENT_VOLUME_CURVE"/> |
| 194 | <volume stream="AUDIO_STREAM_TTS" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 195 | ref="SILENT_VOLUME_CURVE"/> |
| 196 | <volume stream="AUDIO_STREAM_TTS" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 197 | ref="SILENT_VOLUME_CURVE"/> |
| 198 | <volume stream="AUDIO_STREAM_ACCESSIBILITY" deviceCategory="DEVICE_CATEGORY_HEADSET" |
| 199 | ref="DEFAULT_NON_MUTABLE_VOLUME_CURVE"/> |
| 200 | <volume stream="AUDIO_STREAM_ACCESSIBILITY" deviceCategory="DEVICE_CATEGORY_SPEAKER" |
| 201 | ref="DEFAULT_NON_MUTABLE_SPEAKER_VOLUME_CURVE"/> |
| 202 | <volume stream="AUDIO_STREAM_ACCESSIBILITY" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 203 | ref="DEFAULT_NON_MUTABLE_VOLUME_CURVE"/> |
| 204 | <volume stream="AUDIO_STREAM_ACCESSIBILITY" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 205 | ref="DEFAULT_NON_MUTABLE_VOLUME_CURVE"/> |
| 206 | <volume stream="AUDIO_STREAM_ACCESSIBILITY" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 207 | ref="DEFAULT_NON_MUTABLE_HEARING_AID_VOLUME_CURVE"/> |
| 208 | <volume stream="AUDIO_STREAM_REROUTING" deviceCategory="DEVICE_CATEGORY_HEADSET" |
| 209 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 210 | <volume stream="AUDIO_STREAM_REROUTING" deviceCategory="DEVICE_CATEGORY_SPEAKER" |
| 211 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 212 | <volume stream="AUDIO_STREAM_REROUTING" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 213 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 214 | <volume stream="AUDIO_STREAM_REROUTING" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 215 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 216 | <volume stream="AUDIO_STREAM_REROUTING" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 217 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 218 | <volume stream="AUDIO_STREAM_PATCH" deviceCategory="DEVICE_CATEGORY_HEADSET" |
| 219 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 220 | <volume stream="AUDIO_STREAM_PATCH" deviceCategory="DEVICE_CATEGORY_SPEAKER" |
| 221 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 222 | <volume stream="AUDIO_STREAM_PATCH" deviceCategory="DEVICE_CATEGORY_EARPIECE" |
| 223 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 224 | <volume stream="AUDIO_STREAM_PATCH" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA" |
| 225 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 226 | <volume stream="AUDIO_STREAM_PATCH" deviceCategory="DEVICE_CATEGORY_HEARING_AID" |
| 227 | ref="FULL_SCALE_VOLUME_CURVE"/> |
| 228 | </volumes> |
| 229 | |