Remove minification from JsDelivr URL

This commit is contained in:
msqr1
2024-09-27 20:13:53 -07:00
parent ca99f41639
commit 479f611d00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.1.6/Examples/Vosklet.min.js" async defer></script> <script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.1.6/Examples/Vosklet.js" async defer></script>
<script> <script>
async function start() { async function start() {
// All data is collected and transfered to the main thread so the AudioContext won't output anything. Set sinkId type to none to save power // All data is collected and transfered to the main thread so the AudioContext won't output anything. Set sinkId type to none to save power

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.1.6/Examples/Vosklet.min.js" async defer></script> <script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.1.6/Examples/Vosklet.js" async defer></script>
<script> <script>
async function start() { async function start() {
// All data is collected and transfered to the main thread so the AudioContext won't output anything. Set sinkId type to none to save power // All data is collected and transfered to the main thread so the AudioContext won't output anything. Set sinkId type to none to save power

View File

@@ -22,7 +22,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.1.6/Examples/Vosklet.min.js" async defer></script> <script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.1.6/Examples/Vosklet.js" async defer></script>
<script> <script>
async function start() { async function start() {
// All data is collected and transfered to the main thread so the AudioContext won't output anything. Set sinkId type to none to save power // All data is collected and transfered to the main thread so the AudioContext won't output anything. Set sinkId type to none to save power