Text to speech in PC📢| just 2 minutes



1.Copy the below code

    set a = CreateObject("SAPI.SpVoice")
    for i = 1 to 3
    set a.Voice = a.GetVoices.Item(1)     a.Speak"Hello"     next

2.Create a new Text document. Paste the code in the document.

3. Save the Text as filename.vbs .

4.Run the file.

Comments