Results 1 to 6 of 6

Thread: Using msAgent with other language.

  1. #1

    Thread Starter
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138
    Hi,

    I'm trying to use MSAgent with speech. All goes well as long as I keep languageId to English. As soon as I change the language ID (YES, I INSTALLED THE PROPER SPEECH MODULES)their is no speech, all seems to work well though, there is no error (without the proper speech module you get a 'Language not supported error').
    Although Dutch sounds extremely funny with the English speech module I would prefer something the users might even understand.

    I wonder if someone had a clue to what's wrong here.
    This is all I do

    Private Sub Form_Load()

    Agent1.Characters.Load "Genie", DATAPATH
    Set Genie = Agent1.Characters("Genie")
    ' English
    ' Genie.LanguageID = &H409 'This Works
    'Dutch
    Genie.LanguageID = &H413 'This doesn't work
    'German
    ' Genie.LanguageID = &H407 'This doesn't work either

    End Sub

    Private Sub cmdSayIt_Click()

    Genie.Show
    Genie.Speak txtTextToSay.Text 'Contains random nonsense.
    Genie.Hide

    End Sub
    Regards,
    Laurens

    Using VB5 Enterprise edition SP3
    VB6 Enterprise edition SP5

  2. #2

    Thread Starter
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138

    Just to get it away from page 200

    Doesn't anybody use this at all ?
    Regards,
    Laurens

    Using VB5 Enterprise edition SP3
    VB6 Enterprise edition SP5

  3. #3
    Guest
    Hello LAURENS. Please use vb-world and search "MSAgent" or "Speech". Hope you find what your looking for. And by the way, I just started using the Text-to-Speech control. I think its neat..just got to learn more though.

  4. #4

    Thread Starter
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138
    Nope, no result
    Regards,
    Laurens

    Using VB5 Enterprise edition SP3
    VB6 Enterprise edition SP5

  5. #5
    Guest
    You tried searching it through VB Forums?

  6. #6

    Thread Starter
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138
    I did, I found something on MSAgent but nothing on problems using different speech packs.
    Regards,
    Laurens

    Using VB5 Enterprise edition SP3
    VB6 Enterprise edition SP5

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