From 0964e7da8576b8761e8d3d16b50cc842406c7e67 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 8 Mar 2017 00:24:41 +0100 Subject: Added High Level Logic Template --- Alsa/core-binding/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Alsa/core-binding/README.md') diff --git a/Alsa/core-binding/README.md b/Alsa/core-binding/README.md index 7f8c87a..4cce341 100644 --- a/Alsa/core-binding/README.md +++ b/Alsa/core-binding/README.md @@ -2,9 +2,9 @@ AlsaCore Low level binding maps AlsaLib APIs ------------------------------------------------------------------------ -Testing: (from Build dir with Binder install in $HOME/opt= - * start binder: ~/opt/bin/afb-daemon --ldpaths=./Alsa/src/low-level-binding - * connect browser on http://localhost:1234/api/alsacore/???? +Testing: (from project directory bindings) + * start binder: ~/opt/bin/afb-daemon --ldpaths=./Alsa/src/low-level-binding:./BusinessLogic/audiologic-afb.so --roothttp=htdocs + * connect browser on http://localhost:1234 # List Avaliable Sound cards http://localhost:1234/api/alsacore/getinfo @@ -18,5 +18,3 @@ Testing: (from Build dir with Binder install in $HOME/opt= # Get detail on a given control (optional quiet=0=verbose,1,2) http://localhost:1234/api/alsacore/getctl?devid=hw:0&numid=1&quiet=0 - # Subscribe to event from a given sound card (warning fail if not WS) - http://localhost:1234/api/alsacore/subctl?devid=hw:0 \ No newline at end of file -- cgit 1.2.3-korg