Last active
December 7, 2015 15:47
-
-
Save MinhasKamal/65930b3677eafb751cbb to your computer and use it in GitHub Desktop.
👄 Calls Windows' built-in pronouncer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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