diff options
Diffstat (limited to 'AudioLogic/README.md')
-rw-r--r-- | AudioLogic/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/AudioLogic/README.md b/AudioLogic/README.md new file mode 100644 index 0000000..399f905 --- /dev/null +++ b/AudioLogic/README.md @@ -0,0 +1,18 @@ +------------------------------------------------------------------------ + AudioLogic High Level APIs +------------------------------------------------------------------------ + +Testing: (from project directory bindings) + * start binder: ~/opt/bin/afb-daemon --ldpaths=./build --roothttp=htdocs + * connect browser on http://localhost:1234 + + # Subscribe event for a given board + http://localhost:1234/api/audio/subscribe?devid=hw:0 + + # Increase Volume + http://localhost:1234/api/audio/setvol?devid=hw:0&pcm=master&vol=50% + + # Get Volume + http://localhost:1234/api/audio/getvol?devid=hw:0&pcm=master + +
\ No newline at end of file |