Skip to content

Instantly share code, notes, and snippets.

@jarmitage
Created June 22, 2022 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarmitage/9d617c5d44342673419a777526721d02 to your computer and use it in GitHub Desktop.
Save jarmitage/9d617c5d44342673419a777526721d02 to your computer and use it in GitHub Desktop.
Web Speech API utter()
let utter = u => speechSynthesis.speak(new SpeechSynthesisUtterance(u))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment