From 067d28e5010cb37035caf756a39f2ca27d4589d3 Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Mon, 4 Jun 2018 15:32:49 +0200 Subject: Rename project to smixer-4a Changed the project name, and renamed the default config file accordingly to solve the search issues when using the development launcher --- conf.d/project/etc/smixer-4a-test-config.json | 35 +++++++++++++++++++++++++++ conf.d/project/etc/smixer-test-config.json | 35 --------------------------- 2 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 conf.d/project/etc/smixer-4a-test-config.json delete mode 100644 conf.d/project/etc/smixer-test-config.json diff --git a/conf.d/project/etc/smixer-4a-test-config.json b/conf.d/project/etc/smixer-4a-test-config.json new file mode 100644 index 0000000..6caf228 --- /dev/null +++ b/conf.d/project/etc/smixer-4a-test-config.json @@ -0,0 +1,35 @@ +{ + "$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" + } + ] +} diff --git a/conf.d/project/etc/smixer-test-config.json b/conf.d/project/etc/smixer-test-config.json deleted file mode 100644 index d646e3b..0000000 --- a/conf.d/project/etc/smixer-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": "./plugins/alsa:../conf.d/project/lua.d", - "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" - } - ] -} -- cgit 1.2.3-korg