Created
December 17, 2017 06:25
-
-
Save Techgokul/8ef244724634c75a091ff2d5db08b6a0 to your computer and use it in GitHub Desktop.
Audio conversion
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 msg,sapi | |
msg = InputBox(" Enter your text for Audio conversion ") | |
Set sapi=CreateObject("sapi.spvoice") | |
Sapi.Speak msg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment