diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-02 15:34:52 -0400 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-02 15:34:52 -0400 |
commit | e92aade201ec131c3eb7430305f60a0a4c9c44c1 (patch) | |
tree | 93830ab0c4e0a10244ceab0321832bf42ff43faa /conf.d/project | |
parent | d0a169abb8d3069f311bab522b2c43bc295ed36e (diff) |
code fix after review and before merge
Diffstat (limited to 'conf.d/project')
-rw-r--r-- | conf.d/project/agl-ahl-config.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/conf.d/project/agl-ahl-config.json b/conf.d/project/agl-ahl-config.json index f49c0be..74ab251 100644 --- a/conf.d/project/agl-ahl-config.json +++ b/conf.d/project/agl-ahl-config.json @@ -7,7 +7,6 @@ "audio_roles": [ { "name": "Warning", - "id": 0, "description": "Safety-relevant or critical alerts/alarms", "priority": 100, "output": [ @@ -23,7 +22,6 @@ }, { "name": "Guidance", - "id": 1, "description": "Important user information where user action is expected (e.g. navigation instruction)", "priority": 25, "output": [ @@ -39,7 +37,6 @@ }, { "name": "Notification", - "id": 2, "description": "HMI or else notifications (e.g. touchscreen events, speech recognition on/off,...)", "priority": 0, "output": [ @@ -57,7 +54,6 @@ }, { "name": "Communication", - "id": 3, "description": "Voice communications (e.g. handsfree, speech recognition)", "priority": 50, "output": [ @@ -76,7 +72,6 @@ }, { "name": "Entertainment", - "id": 4, "description": "Multimedia content (e.g. tuner, media player, etc.)", "priority": 0, "output": [ @@ -87,7 +82,6 @@ }, { "name": "System", - "id": 5, "description": "System level content or development", "priority": 100, "output": [ @@ -100,7 +94,6 @@ }, { "name": "Startup", - "id": 6, "description": "Early (startup) sound", "priority": 100, "output": [ @@ -113,7 +106,6 @@ }, { "name": "Shutdown", - "id": 7, "description": "Late (shutdown) sound", "priority": 100, "output": [ |