1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 03:56:26 +02:00

Added test for audio faking

This commit is contained in:
kkapsner 2018-06-30 23:15:47 +02:00
parent d580c35898
commit b4a8507140
3 changed files with 83 additions and 0 deletions

16
test/audioTest.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Audio test</title>
<style></style>
</head>
<body>
<h1>Audio test</h1>
<div id="test">
Hash: <span class="hash"></span><br>
Sum: <span class="sum"></span>
<button>refresh</button>
</div>
<script src="audioTest.js"></script>
</body>
</html>