Results 1 to 4 of 4

Thread: Make the computer talk

  1. #1
    ThomasBarnes is offline Senior Member
    Join Date
    Dec 2009
    Posts
    303
    Rep Power
    3

    Default Make the computer talk

    I want software to make the computer talk. I have heard that it is very funny and useful to have a talking computer. But I don’t know how it will work. I have searched the internet, nothing get related to this. If you are having any solution from which I will able to solve this problem, and then help me to solve it. Thanks in advanced

  2. #2
    HernandezOrtiz is offline Senior Member
    Join Date
    Dec 2009
    Posts
    301
    Rep Power
    3

    Default

    Code:
    dim msg, sapi
    msg=inputbox("enter your text","talk it")
    set sapi=createobject("sapi.spvoice")
    sapi.speak msg
    Type the following code in notepad and as a .vbs file format. It will help you for the specific method that you are trying.

  3. #3
    MartinWilson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    281
    Rep Power
    3

    Default

    There are lots of 3rd party applications and programs that are available.

  4. #4
    Davismoore is offline Senior Member
    Join Date
    Dec 2009
    Posts
    284
    Rep Power
    3

    Default

    Also try the following:

    Go to start >> all programs >> Accessories -> Accessibility >>Narrator

Similar Threads

  1. Help To Make Computer Run Faster
    By Garcíarobine in forum other peripherals
    Replies: 0
    Last Post: 08-02-2010, 01:33 PM
  2. How to Make a Picture of Your Computer
    By rachelmortin in forum Software Jargons
    Replies: 0
    Last Post: 12-19-2009, 07:15 PM
  3. How to Make Your Computer Perform Faster
    By adny22 in forum Hardware Jargons
    Replies: 0
    Last Post: 12-07-2009, 06:49 PM
  4. Make the computer easier to see
    By Bailey_Jacob in forum Windows XP
    Replies: 0
    Last Post: 09-18-2009, 03:00 PM
  5. Talk the talk
    By uncosto46 in forum Everything Else
    Replies: 0
    Last Post: 07-26-2008, 06:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48