diff --git a/src/components/WordCard.svelte b/src/components/WordCard.svelte index fc8716c..7a8841d 100644 --- a/src/components/WordCard.svelte +++ b/src/components/WordCard.svelte @@ -51,7 +51,8 @@ onMount(() => { Speaker = new SpeechSynthesisUtterance(); var voices = window.speechSynthesis.getVoices(); - Speaker.voice = voices[5]; + console.log(voices); + // Speaker.voice = voices[5]; });