From ff666f3716c173d92426a35d084184cdc7311586 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Sun, 10 Mar 2024 19:43:59 +0000 Subject: [PATCH] Update 'frontend.js' --- frontend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.js b/frontend.js index 7fe162e..e412629 100644 --- a/frontend.js +++ b/frontend.js @@ -247,7 +247,7 @@ function lastModified(file) { return file.lastModified; } -// Example: playAudio("https://interactive-examples.mdn.mozilla.net/media/examples/t-rex-roar.mp3", 0.4) +// Example: playAudio("https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3", 0.4); function playAudio(audio, speed) { let ma = new Audio(audio); ma.playbackRate = speed;