Skip to content

Instantly share code, notes, and snippets.

@MinhasKamal
Last active December 7, 2015 15:47
Show Gist options
  • Save MinhasKamal/65930b3677eafb751cbb to your computer and use it in GitHub Desktop.
Save MinhasKamal/65930b3677eafb751cbb to your computer and use it in GitHub Desktop.
👄 Calls Windows' built-in pronouncer.
Dim message, sapi
message = InputBox("What do you want me to pronounce?")
set sapi = CreateObject("sapi.spvoice")
sapi.speak message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment