diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-01 22:18:54 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-01 22:19:54 +0100 |
commit | ab6e470190f2cc410b1f6fa8f146317a3c3b08b5 (patch) | |
tree | 5235d72c616cb8fc4295c9dc9ec56509bbbb0dc3 /conf.d/project/README.md | |
parent | ed0fb265decf8bb562ad27d18985705b9de74f15 (diff) |
Integration with AlsaHookPlugin (work in progress)
Diffstat (limited to 'conf.d/project/README.md')
-rw-r--r-- | conf.d/project/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf.d/project/README.md b/conf.d/project/README.md new file mode 100644 index 0000000..00e3c2f --- /dev/null +++ b/conf.d/project/README.md @@ -0,0 +1,15 @@ + +1) $HOME/.asoundrc or /etc/asound.conf should match you hardware audio configuration. +2) ahl-xxxxxx-config.json should match your .asoundrc config + +Note: config file is search within with following rules: + - default search path is $PROJECT_ROOT/conf.d/project:${CMAKE_INSTALL_PREFIX}/${PROJECT_NAME} + - if environment variable "AAAA_CONFIG_PATH" is defined that it is used as search path + - config file should match "ahl-BINDERNAME-config.json" where BINDERNAME is provided through "--name=BINDERNAME" in afb-daemon commande line. + +Note: you may debug Audio-4A from your development tree with: + + afb-daemon --name=afb-audio4a --port=1234 --ws-server=unix:/var/tmp/ahl-4a --cntxtimeout=1 \ + --alias=/monitoring:/home/fulup/opt/afb-monitoring --binding=package/lib/afb-audiohighlevel.so \ + --ldpaths=../../alsa-4a/build/package/lib:../../hal-sample-4a/build/package/lib --workdir=. \ + --roothttp=../htdocs --token= --verbose --verbose
\ No newline at end of file |