cutechicken commited on
Commit
9498229
·
verified ·
1 Parent(s): 01ba008

Update index.html

Browse files
Files changed (1) hide show
  1. 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;