Results 1 to 5 of 5

Thread: Microsoft Direct Text-To-Speech control ?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Posts
    29

    Question

    Hi, I want to make a Text-to-Speech - option in my program and I dont want to use MSAgent for this !! I have heart about "Microsoft Direct Text-To-Speech control"... but cannot download the OCX at the Microsoft-Homepage - the sites exists no longer... where can I find it and how must I use it ?? For example I made a "Game Over"-Text and now I want the computer to say "Game Over" !!

    Thanx for Your replies, MAJA.
    VB and Java are great - ja, so ist es !! To my software programming site: http://www.majasoft-games.de .

  2. #2
    Guest
    You can get the controls at http://www.microsoft.com/speech

    With using it, it can be as easy as

    Code:
    DirectSS1.Speak "Game Over"
    But if you want to customise more things, such as the lip, gender, speed etc, theres more code to do and the Help files has it all.

    Sunny

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Posts
    29

    Question Yes, but...

    Thanx, but it is so huge (to huge)... is there a smaller version (I want it only for VB - and with no gimmics). Only the Control with the Speech-funtions and so simple like Your code-example - more I dont need, I mean no SDK or such things !!

    Thanx for Your replie, MAJA.
    VB and Java are great - ja, so ist es !! To my software programming site: http://www.majasoft-games.de .

  4. #4
    Guest
    Apparently not...it seems that with version 5 they have only one(two) packages available. In 4.0 they had separate packages, each having a different control making it alot easier on the downloads. Can't help you here!

    Perhaps further down the track MS will break up the download.

    Sunny

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Posts
    29

    Smile OK

    So, I must download it... argh... ok, thanx anyway !!

    MAJA.
    VB and Java are great - ja, so ist es !! To my software programming site: http://www.majasoft-games.de .

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