Skip to content

Commit

Permalink
set initial voice
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianovide committed Jul 2, 2024
1 parent 8d4b44e commit 8620d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/visual/voicecontrols.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ function createVoiceControls(audioQueue) {

console.log(`VOICE ${voice.name} with value ${index} APPENDED`);
});
// set initial voice
audioQueue.setVoice(voiceSelect.value);
});
}
populateVoices();
Expand Down

0 comments on commit 8620d0f

Please sign in to comment.