Author Topic: Have your computer talk to ya  (Read 399 times)

Offline Dude111

  • Jr. Member
  • **
  • Posts: 278
  • An Awesome Dude
Have your computer talk to ya
« on: October 13, 2009, 08:19:02 PM »
Open notepad and enter this

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Save it as a .vbs file then RUN THE FILE!!

Works on XP,im not sure about other OS's (I wonder if it could be gotton to work)

Offline Arantor

  • Customizer
  • Simple Machines Super Hero
  • *
  • Posts: 20,566
  • Gender: Male
  • Through the fire and flames we carry on.
    • World of Thoughts
Re: Have your computer talk to ya
« Reply #1 on: October 13, 2009, 09:13:53 PM »
It won't work on other OS's because it requires Windows Script Host and VBS to run.
Customizer, SMF Team
My mods [22]
Current to-do list
Developer of Atrinik

No unsolicited PMs, thank you.
Current project:
A secret mod for 2.0 RC2 :P

Quote
Telling me "it doesn't work" is like a blunt pencil: pointless.
Why doesn't it work? What do you expect it to do?

Offline eFishie

  • The Anti-Llama
  • SMF Friend
  • Simple Machines Hero
  • *
  • Posts: 1,512
  • Gender: Male
  • Vibin' The Crook
    • The Abstraction Point
Re: Have your computer talk to ya
« Reply #2 on: October 13, 2009, 09:31:31 PM »
This is why I use espeak for making my computer talk. Oh man, I did some horrible things with that when I had a roommate. Hooray for SSHing home to torment everyone from a safe location. :D
--Jon

Abstraction Point Electronic Music Community - We don't bite! Really! I promise!

Check out my newest song: Alive

Offline Chasingu

  • Semi-Newbie
  • *
  • Posts: 77
  • Gender: Male
    • Gamechaser.net
Re: Have your computer talk to ya
« Reply #3 on: October 13, 2009, 10:01:08 PM »
This is pretty much the same thing as the Speech - Text to talk

Please help me fulfill my dream of owning a iPod Touch. Swagbucks is a search engine powered by Google and ask that allows you to gain swagbucks by searching. You can redeem these for even a PS3. Click and join today.

Offline Dude111

  • Jr. Member
  • **
  • Posts: 278
  • An Awesome Dude
Re: Have your computer talk to ya
« Reply #4 on: October 23, 2009, 02:24:07 AM »
It won't work on other OS's because it requires Windows Script Host and VBS to run.

I have seen people saying it works on XP and Vista also..
 
 
 

Offline Arantor

  • Customizer
  • Simple Machines Super Hero
  • *
  • Posts: 20,566
  • Gender: Male
  • Through the fire and flames we carry on.
    • World of Thoughts
Re: Have your computer talk to ya
« Reply #5 on: October 23, 2009, 03:12:46 AM »
I have seen people saying it works on XP and Vista also..

They're still versions of Windows, so it should work; WSH and VBS support have been part of Windows going back to at least Windows 98, though the Narrator component only went standard in XP I believe.
Customizer, SMF Team
My mods [22]
Current to-do list
Developer of Atrinik

No unsolicited PMs, thank you.
Current project:
A secret mod for 2.0 RC2 :P

Quote
Telling me "it doesn't work" is like a blunt pencil: pointless.
Why doesn't it work? What do you expect it to do?

Offline andieexotic

  • Jr. Member
  • **
  • Posts: 106
Re: Have your computer talk to ya
« Reply #6 on: October 23, 2009, 03:44:08 AM »
Open notepad and enter this

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Save it as a .vbs file then RUN THE FILE!!

Works on XP,im not sure about other OS's (I wonder if it could be gotton to work)

This is why I use espeak for making my computer talk. Oh man, I did some horrible things with that when I had a roommate. Hooray for SSHing home to torment everyone from a safe location. :D

lmao. yea, you could really do some gnarly crap with one of those.