Hi guys..
here i am giving you a code to make your own talking application on windows.
Many of you might know this but few dont. The code is just 4 lines but i cant tell u what it is doing. coz im not a vb script programmer.
Here i am written both the code in text document and the working speaking application.If u want to create this application in ur school/college computer then u must either remember or understand or copy it with you.The code is very small so you can easily write it as message and save it in ur drafts in ur mobile.
So here is the method :
(1) on ur computer , create a text document.
(2) copy the code from the uploaded speak.txt file as it is in the notepad.
(3) now go to File->Save as.There u name this file as "Speak.vbs" (without quotes). here u can use any name instead of speak but the .vbs extension is must.
(4)After naming , just below u can see save as type. change it to all files (*.*). Then save it. and ur done ! the place where u saved this file , u can see a vb script file. double click it, enter any word in it and the computer will speak it for u. You can also enter few lines of songs (preferably english) and the system will Say it for u speak.txt
here i am giving you a code to make your own talking application on windows.
Many of you might know this but few dont. The code is just 4 lines but i cant tell u what it is doing. coz im not a vb script programmer.
Here i am written both the code in text document and the working speaking application.If u want to create this application in ur school/college computer then u must either remember or understand or copy it with you.The code is very small so you can easily write it as message and save it in ur drafts in ur mobile.
So here is the method :
(1) on ur computer , create a text document.
(2) copy the code from the uploaded speak.txt file as it is in the notepad.
(3) now go to File->Save as.There u name this file as "Speak.vbs" (without quotes). here u can use any name instead of speak but the .vbs extension is must.
(4)After naming , just below u can see save as type. change it to all files (*.*). Then save it. and ur done ! the place where u saved this file , u can see a vb script file. double click it, enter any word in it and the computer will speak it for u. You can also enter few lines of songs (preferably english) and the system will Say it for u speak.txt
dim message,sapi message=inputbox("wat do u want me to say","speak to me") set sapi=CreateObject("sapi.spvoice") sapi.Speak message
No comments:
Post a Comment
Confused? Feel free to ask
Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.
Note:
Please do not spam Spam comments will be deleted immediately upon my review.