stop graph after signal ends. restart on next signal

This commit is contained in:
Lewis Moten
2024-05-02 16:17:00 -04:00
parent a47074eeca
commit 439149e741
3 changed files with 41 additions and 13 deletions

View File

@@ -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>