Results 1 to 5 of 5

Thread: How to set TextToSpeek properties?

  1. #1

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    I'm using the MS TextToSpeek (Microsoft Voice Text) control and I was wondering how to set the talking speed, volume and so on. I found out that I can change the gender using following code, but I have no idea about the other properties:
    Code:
    Speak1.Select 1 'or 2

  2. #2
    Guest
    Simply set the Speed property.

    Code:
    TextToSpeech1.Speed = 250
    TextToSpeech1.Speak "How are you today"

  3. #3
    Guest

    Where can I get the MS Voice Text???/

    Do I have to download it or is it on my machine already (VB 6 ent sp4, win98 se)
    Thanks for help

  4. #4
    Guest
    VBSpike, look on your computer in the Windows directory for folders named MSAgent or Speech, if they aren't there, you can download MSAgent on the Microsoft site. Search for MSAgent.

  5. #5
    Guest
    Or just search for Speech. But to save time, you can check if you have it already by going to Project > Components and seeing if you have the following items in your components list.
    • Microsoft Direct Speech Recognition
    • Microsoft Direct Text-To-Speech
    • Microsoft Voice Telephony
    • Microsoft Voice Commands
    • Microsoft Voice Dictation
    • Microsoft Voice Text



Posting Permissions

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



Click Here to Expand Forum to Full Width