Skip to content

Commit

Permalink
Update example and release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msqr1 committed May 15, 2024
1 parent f0727e2 commit 4cefffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions examples/fromMic.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<html>
<head>
<script src="Vosklet.js" async defer>
// Has to host this file on your own server, because Worker constructor doesn't allow CDN
</script>
<script src="https://cdn.jsdelivr.net/gh/msqr1/[email protected]/Vosklet.min.js" async defer></script>
<script>
async function start() {
// Make sure sample rate matches that in the training data
Expand Down
4 changes: 1 addition & 3 deletions examples/fromWav.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="Vosklet.js" async defer>
// Has to host this file on your own server, because Worker constructor doesn't allow CDN
</script>
<script src="https://cdn.jsdelivr.net/gh/msqr1/[email protected]/Vosklet.min.js" async defer></script>
<script>
async function start() {
// Make sure sample rate matches that in the training data
Expand Down

0 comments on commit 4cefffa

Please sign in to comment.