diff options
author | fulup <fulup.arfoll@iot.bzh> | 2018-06-05 00:28:17 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2018-06-05 00:28:17 +0200 |
commit | c4c0647af21b2a05e87f36101d86dc2d35f1f47c (patch) | |
tree | 079ec4c4d4153370ae3f2872658f13ed68398000 /conf.d/project/etc/smixer-4a-test-config.json | |
parent | 067d28e5010cb37035caf756a39f2ca27d4589d3 (diff) |
Update info command and move HTML5 to new API
Diffstat (limited to 'conf.d/project/etc/smixer-4a-test-config.json')
-rw-r--r-- | conf.d/project/etc/smixer-4a-test-config.json | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/conf.d/project/etc/smixer-4a-test-config.json b/conf.d/project/etc/smixer-4a-test-config.json deleted file mode 100644 index 6caf228..0000000 --- a/conf.d/project/etc/smixer-4a-test-config.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", - "metadata": { - "uid": "Soft Mixer", - "version": "1.0", - "api": "softmixer", - "info": "Soft Mixer emulating hardware mixer" - }, - "resources": [ - { - "uid": "softmixer", - "info": "Map alsa-loop subdevices to 4A HAL streams", - "spath": "./lib/plugins:./var", - "libs": ["alsa-softmixer.ctlso", "softmixer-simple-test.lua"], - "lua": { - "prefix": "smix", - "functions": ["_mixer_new_"] - } - } - ], - - "onload": [ - { - "uid": "init-soft-mixer", - "info": "Initialise Audio Router", - "action": "lua://softmixer#_mixer_simple_test_" - } - ], - "controls": [ - { - "uid": "create", - "action": "plugin://softmixer#mixer_new" - } - ] -} |