瀏覽代碼

add a start button so we can restart things..

main
John-Mark Gurney 4 年之前
父節點
當前提交
1cc9dc3f40
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      dist/audiotest.html

+ 1
- 0
dist/audiotest.html 查看文件

@@ -13,6 +13,7 @@
<body>
<p>
<div id="constatus">undefined</div>
<div><input type="button" value="Start" onclick="runPage();"></div>
<div><input type="button" value="Stop" onclick="stopPage();"></div>
<audio id="audioSink" autoplay></audio>
</p>


Loading…
取消
儲存