diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-10-24 23:33:43 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-10-24 23:33:43 +0200 |
commit | 4a17d7b114987d6f014e5041b122f9667057ca7f (patch) | |
tree | 598e2b0c04f98ce50583bdc6bbf1ff6d80c72adb /Alsa-afb/README.md | |
parent | 2fd0fa8c77dbaaf40ba0812e43b6637ff1d1d76e (diff) |
Extracted from Global afb-audio repo
Diffstat (limited to 'Alsa-afb/README.md')
-rw-r--r-- | Alsa-afb/README.md | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Alsa-afb/README.md b/Alsa-afb/README.md deleted file mode 100644 index 93d2d4d..0000000 --- a/Alsa-afb/README.md +++ /dev/null @@ -1,33 +0,0 @@ ------------------------------------------------------------------------- - AlsaCore Low level binding maps AlsaLib APIs ------------------------------------------------------------------------- - -Testing: (from project directory bindings) - * start binder: ~/opt/bin/afb-daemon --ldpaths=./build --token=mysecret --roothttp=htdocs - * connect browser on http://localhost:1234?devid=hw:0 - - # List Avaliable Sound cards - http://localhost:1234/api/alsacore/getinfo - - # Get Info on a given Sound Card - http://localhost:1234/api/alsacore/getinfo?devid=hw:0 - - # Get shortname/longname for a given card - http://localhost:1234/api/alsacore/getcardid?devid=hw:0 - - # Get all controls from a given sound card - http://localhost:1234/api/alsacore/getctl?devid=hw:0 - - # Get detail on a given control (optional mode=0=verbose,1,2) - http://localhost:1234/api/alsacore/getctl?devid=hw:0&numid=1&mode=0 - -# Debug event with afb-client-demo -``` - ~/opt/bin/afb-client-demo localhost:1234/api?token=mysecret - alsacore subscribe {"devid":"hw:0"} -``` - -# Open AlsaMixer and play with Volume -``` - alsamixer -D hw:0 -``` |