diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/alsa-core.html | 2 | ||||
-rw-r--r-- | htdocs/alsa-hal.html | 2 | ||||
-rw-r--r-- | htdocs/audio-control.html | 2 | ||||
-rw-r--r-- | htdocs/audio-logic.html | 9 |
4 files changed, 6 insertions, 9 deletions
diff --git a/htdocs/alsa-core.html b/htdocs/alsa-core.html index d8a02d6..39a4990 100644 --- a/htdocs/alsa-core.html +++ b/htdocs/alsa-core.html @@ -10,6 +10,8 @@ <body onload="init('alsa_registry','alsacore', 'getinfo')"> <button id="connected" onclick="init('alsa_registry','alsacore', 'getinfo');">Binder WS Fail</button> + <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_aaaa')">Debug/Monitoring</a></button> + <br><br> <b>Selected SndCard </b> <select id='alsa_registry'></select> diff --git a/htdocs/alsa-hal.html b/htdocs/alsa-hal.html index c05605d..5909c2b 100644 --- a/htdocs/alsa-hal.html +++ b/htdocs/alsa-hal.html @@ -11,6 +11,8 @@ <h1>Simple AlsaHAL tests</h1> <button id="connected" onclick="init('hal_registry','alsacore', 'hallist')">Binder WS Fail</button> + <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_aaaa')">Debug/Monitoring</a></button> + <br><br> <b>Selected HAL </b> <select id='hal_registry'></select> diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html index 46352c1..964dc62 100644 --- a/htdocs/audio-control.html +++ b/htdocs/audio-control.html @@ -10,6 +10,8 @@ <h1>Simple Audio Control Test</h1> <button id="connected" onclick="init('hal_registry','alsacore', 'hallist')">Binder WS Fail</button> + <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_aaaa')">Debug/Monitoring</a></button> + <br><br> <b>Selected HAL </b> <select id='hal_registry'></select> diff --git a/htdocs/audio-logic.html b/htdocs/audio-logic.html deleted file mode 100644 index 6eb97e3..0000000 --- a/htdocs/audio-logic.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> - <title>High Level API Simple Test Page</title> - - <script type="text/javascript" src="AFB-websock.js"></script> - <script type="text/javascript" src="AudioBinding.js"></script> -</head> - -ToBeDone
\ No newline at end of file |