mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-06 07:05:12 -04:00
12 lines
239 B
HTML
12 lines
239 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>WASM AudioWorklet Demo</title>
|
|
</head>
|
|
<body>
|
|
<button id="play">play</button>
|
|
<input type="range" min="55" max="880" id="freq" />
|
|
</body>
|
|
<script src="./main.js"></script>
|
|
</html>
|