Skip to content

Instantly share code, notes, and snippets.

@Techgokul
Created December 17, 2017 06:25
Show Gist options
  • Save Techgokul/8ef244724634c75a091ff2d5db08b6a0 to your computer and use it in GitHub Desktop.
Save Techgokul/8ef244724634c75a091ff2d5db08b6a0 to your computer and use it in GitHub Desktop.
Audio conversion
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