Created
February 28, 2017 06:18
-
-
Save royninja/d1a39b734b589094ffb0f2fd32a50091 to your computer and use it in GitHub Desktop.
this script will ask you to enter a message and it will deliver your text over voice
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("Text to Audio converter"+vbcrlf+"by whoami","Text to Audio") | |
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