mirror of
https://github.com/lewismoten/data-over-audio.git
synced 2026-04-21 05:36:25 +08:00
stop graph after signal ends. restart on next signal
This commit is contained in:
10
index.html
10
index.html
@@ -31,7 +31,15 @@
|
||||
Samples Per Bit: <span id="samples-per-bit">0</span><br>
|
||||
Sample Rate: <span id="audio-context-sample-rate">N/A</span> per second.
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<canvas id="received-graph" width="800" height="100"></canvas>
|
||||
</div>
|
||||
<div>
|
||||
<label>
|
||||
<input type="checkbox" id="pause-after-end" checked>Pause after end
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user