blob: 00e3c2fbbe1a64f8664cd2f6180368793bb1065b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|