diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-18 00:25:16 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-18 00:25:16 +0200 |
commit | 3fd11a5eb799a391351334b3580c5582a065f780 (patch) | |
tree | 33b29b0d6af92ef870ba912c371f03833e79e64c /conf.d/project/htdocs/index.html | |
parent | e4d8efb814307bfeec227f72c77a4cf0bdf135bf (diff) |
Added relative volume setting per audio-stream
Diffstat (limited to 'conf.d/project/htdocs/index.html')
-rw-r--r-- | conf.d/project/htdocs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/project/htdocs/index.html b/conf.d/project/htdocs/index.html index 22ec2a2..3125f29 100644 --- a/conf.d/project/htdocs/index.html +++ b/conf.d/project/htdocs/index.html @@ -17,6 +17,9 @@ <ol> <li><button onclick="callbinder('softmixer','simple_mixer',{list:{streams:true}});">Streams List</button></li> <li><button onclick="callbinder('softmixer','simple_mixer/multimedia',{toggle: true});">Stream Multimedia pause/resume</button></li> + <li><button onclick="callbinder('softmixer','simple_mixer/navigation',{toggle: true});">Stream Navigation pause/resume</button></li> + <li><button onclick="callbinder('softmixer','simple_mixer/multimedia',{volume: '+10'});">Stream Navigation volume=+10"</button></li> + <li><button onclick="callbinder('softmixer','simple_mixer/multimedia',{volume: '-10'});">Stream Navigation volume=-10"</button></li> </ol> <div id="main" style="visibility:hidden"> |