Documentation fix

This commit is contained in:
msqr1
2024-04-01 21:10:20 -07:00
parent 420f31b1d6
commit 9ac02167d2
6 changed files with 17 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="Vosklet.js" async defer></script>
<script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.0.0/Vosklet.js" async defer></script>
<script>
async function start() {
// Make sure sample rate matches that in the training data
@@ -22,5 +22,6 @@
}
</script>
</head>
<!-- Start and create audio context only as a result of user's action -->
<button onclick="start()">Start</button>
</html>