summaryrefslogtreecommitdiffstats
path: root/recipes-demo/webapp-samples/html5-aquarium_git.bb
AgeCommit message (Expand)AuthorFilesLines
2024-03-20Remove meta-python dependenciesScott Murray1-1/+1
2022-11-14Restore webapp samplesRoger Zanoni1-1/+7
2022-10-03html5-aquarium: fix the incorrect licenseDenys Dmytriyenko1-1/+1
2022-07-19html5-aquarium, html5-youtube addedJose Dapena Paz1-0/+11
8 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222
{
    "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
    "metadata": {
        "uid": "/dev/snd/by-id/usb-0d8c_USB_Sound_Device-00",
        "version": "0.9",
        "api": "4a-hal-ensoniq",
        "require": [ "alsacore", "smixer" ],
        "info": "4a hal for Ensoniq",
        "author": "Jonathan Aillet",
        "date": "2018-06-13"
    },
    "resources": [
        {
            "uid": "hal-bt",
            "info": "Bluetooth hal plugin to get A2DP bluetooth device as an input by tweaking softmixer configuration",
            "params": {
                "channels": 2,
                "zone": "front-seats"
            },
            "libs": ["hal-bt.ctlso"]
        }
    ],
    "controls": [
        {
            "uid": "ping",
            "info": "Ping hal",
            "action": "api://4a-hal-manager#ping"
        }
    ],
    "halmap": [
        {
            "uid": "agl-master-playback-volume",
            "alsa": {
                "name": "Master Playback Volume",
                "value": 100
            }
        },
        {
            "uid": "agl-pcm-playback-volume",
            "alsa": {
                "name": "PCM Playback Volume",
                "value": 100
            }
        },
        {
            "uid": "agl-master-playback-switch",
            "alsa": {
                "name": "Master Playback Switch",
                "value": 1
            }
        },
        {
            "uid": "agl-mic-capture-volume",
            "alsa": {
                "name": "Capture Volume"
            }
        }
    ],
    "halmixer": {
        "uid": "ensoniq",
        "mixerapi": "smixer",
        "prefix": "ensoniq",
        "ramps": [
            {
                "uid": "ramp-very-fast",
                "delay": 50,
                "up": 6,
                "down": 4
            },
            {
                "uid": "ramp-fast",
                "delay": 50,
                "up": 2,
                "down": 4
            },
            {
                "uid": "ramp-normal",
                "delay": 100,
                "up": 6,
                "down": 10
            },
            {
                "uid": "ramp-slow",
                "delay": 100,
                "up": 4,
                "down": 2
            },
            {
                "uid": "ramp-very-slow",
                "delay": 100,
                "up": 1,
                "down": 1
            }
        ],
        "playbacks" : {
            "uid": "ENSONIQ",
            "path": "/dev/snd/by-id/usb-0d8c_USB_Sound_Device-00",
            "params": {
                "rate": 48000
            },
            "sink": {
                "controls": {
                    "volume": {
                        "name": "Speaker Playback Volume",
                        "value": 80
                    },
                    "mute": {
                        "name": "Speaker Playback Switch"
                    }
                },
                "channels": [
                    {
                        "uid": "front-right",
                        "port": 0
                    },
                    {
                        "uid": "front-left",
                        "port": 1
                    }
                ]
            }
        },
        "captures": {
            "uid": "ENSONIQ",
            "path": "/dev/snd/by-id/usb-0d8c_USB_Sound_Device-00",
            "params": {
                "rate": 48000
            },
            "source": {
                "controls": {
                    "volume": {
                        "name": "Capture Volume"
                    },
                    "mute": {
                        "name": "Capture Switch"
                    }
                },
                "channels": [
                    {
                        "uid": "mic-right",
                        "port": 0
                    },
                    {
                        "uid": "mic-left",
                        "port": 1
                    }
                ]
            }
        },
        "zones": [
            {
                "uid": "full-stereo",
                "sink": [
                    {
                        "target": "front-right",
                        "channel": 0
                    },
                    {
                        "target": "front-left",
                        "channel": 1
                    }
                ]
            },
            {
                "uid": "front-seats",
                "sink": [
                    {
                        "target": "front-right",
                        "channel": 0
                    },
                    {
                        "target": "front-left",
                        "channel": 1
                    }
                ]
            }
        ],
        "streams": [
            {
                "uid": "multimedia",
                "verb": "multimedia",
                "zone": "full-stereo",
                "volume": 60,
                "mute": false,
                "params": {
                    "rate": 48000
                }
            },
            {
                "uid": "navigation",
                "verb": "navigation",
                "zone": "front-seats",
                "volume": 70,
                "mute": false,
                "params": {
                    "rate": 48000
                }
            },
            {
                "uid": "emergency",
                "verb": "emergency",
                "zone": "front-seats",
                "volume": 60,
                "mute": false,
                "params": {
                    "rate": 48000
                }
            },
            {
                "uid": "radio_stream",
                "verb": "radio_stream",
                "zone": "full-stereo",
                "volume": 70,
                "mute": true,
                "params": {
                    "rate" : 48000
                }
            }
            
        ]
    }
}