Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -539,7 +539,7 @@
|
|
539 |
currentVoice.currentTime = 0;
|
540 |
}
|
541 |
|
542 |
-
const voiceFiles = ['voice1.ogg', 'voice2.ogg', 'voice3.ogg', 'voice4.ogg', 'voice5.ogg', 'voice6.ogg'];
|
543 |
const randomIndex = Math.floor(Math.random() * voiceFiles.length);
|
544 |
currentVoice = new Audio(voiceFiles[randomIndex]);
|
545 |
currentVoice.volume = 1.0;
|
|
|
539 |
currentVoice.currentTime = 0;
|
540 |
}
|
541 |
|
542 |
+
const voiceFiles = ['voice1.ogg', 'voice2.ogg', 'voice3.ogg', 'voice4.ogg', 'voice5.ogg', 'voice6.ogg', 'voice7.ogg', 'voice8.ogg', 'voice9.ogg', 'voice10.ogg'];
|
543 |
const randomIndex = Math.floor(Math.random() * voiceFiles.length);
|
544 |
currentVoice = new Audio(voiceFiles[randomIndex]);
|
545 |
currentVoice.volume = 1.0;
|