summaryrefslogtreecommitdiffstats
path: root/conf.d/project/ahl-aaaa-config.json
blob: 5f24b0086141417a34a5e7bcb39143d0e0b68e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highli
{
    "version": "0.2.0",
    "policy_module": "AudioPolicy_v1",
    "description": "High-level binding configuration file",
    "note": "Devices and routings are always listed in order of priority (for device selection rules)",
    "hal_list": ["ensoniq","usbaudio"],
    "audio_roles": [
        {
            "name": "Warning",
            "description": "Safety-relevant or critical alerts/alarms",
            "priority": 100,
            "output": [
                "alsa.plug:Warning_Main",
                "alsa.plug:Warning_DriverHR"
            ],
            "actions": [
                "emergency_brake",
                "collision_warning",
                "blind_spot_warning"
            ],
            "interupt_behavior": "pause"
        },
        {
            "name": "Guidance",
            "description": "Important user information where user action is expected (e.g. navigation instruction)",
            "priority": 25,
            "output": [
                "alsa.plug:Guidance_Main",
                "alsa.plug:Guidance_DriverHR"
            ],
            "actions": [
                "lane_guidance_left",
                "lane_guidance_right",
                "destination_reached"
            ],
            "interupt_behavior": "continue"
        },
        {
            "name": "Notification",
            "description": "HMI or else notifications (e.g. touchscreen events, speech recognition on/off,...)",
            "priority": 0,
            "output": [
                "alsa.plug:Notification_Main",
                "alsa.plug:Notification_DriverHR"
            ],
            "actions": [
                "home",
                "context_switch",
                "accept",
                "cancel",
                "selection_change"
            ],
            "interupt_behavior": "cancel"
        },
        {
            "name": "Communication",
            "description": "Voice communications (e.g. handsfree, speech recognition)",
            "priority": 50,
            "output": [
                "alsa.plug:Communications_Main",
                "alsa.plug:Communications_DriverHR"
            ],
            "input": [
                "alsa.hw:0"
            ],
            "actions": [
                "bt_device_connected",
                "bt_device_disconnected",
                "sms_received"
            ],
            "interupt_behavior": "continue"
        },
        {
            "name": "Entertainment",
            "description": "Multimedia content (e.g. tuner, media player, etc.)",
            "priority": 0,
            "output": [
                "alsa.plug:Entertainment_Main",
                "alsa.plug:Entertainment_DriverHR"
            ],
            "interupt_behavior": "pause"
        },
        {
            "name": "System",
            "description": "System level content or development",
            "priority": 100,
            "output": [
                "alsa.hw:0"
            ],
            "input": [
                "alsa.hw:0"
            ],
            "interupt_behavior": "continue"
        },
        {
            "name": "Startup",
            "description": "Early (startup) sound",
            "priority": 100,
            "output": [
                "alsa.hw:0"
            ],
            "actions": [
                "welcome_sound"
            ],
            "interupt_behavior": "pause"
        },
        {
            "name": "Shutdown",
            "description": "Late (shutdown) sound",
            "priority": 100,
            "output": [
                "alsa.hw:0"
            ],
            "actions": [
                "goodbye_sound"
            ],
            "interupt_behavior": "cancel"
        }
    ]
}