Skip to content

Instantly share code, notes, and snippets.

@LewisGet
Created November 19, 2024 10:57
Show Gist options
  • Save LewisGet/135c7558a6db8b2bc8010775d584fd36 to your computer and use it in GitHub Desktop.
Save LewisGet/135c7558a6db8b2bc8010775d584fd36 to your computer and use it in GitHub Desktop.
let utterance = new SpeechSynthesisUtterance("Hello world!");
speechSynthesis.speak(utterance);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment