Skip to content

Commit

Permalink
fix. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrecankaya committed Mar 22, 2024
1 parent cc41f0f commit 2772688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/WordCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
onMount(() => {
Speaker = new SpeechSynthesisUtterance();
var voices = window.speechSynthesis.getVoices();
Speaker.voice = voices[5];
console.log(voices);
// Speaker.voice = voices[5];
});
</script>

Expand Down

0 comments on commit 2772688

Please sign in to comment.