Results 1 to 3 of 3

Thread: Help! MS Agent voice recognition

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2000
    Location
    CT
    Posts
    2

    Exclamation

    Im using visual basic 6.0 and I can create an agent but I cant make it respond to voice recognition, hers' my code(simple program):

    Dim Merlin
    -----------------------
    Sub form_Load()
    Agent1.Characters.Load "Merlin", _
    "C:\winnt\msagent\chars\merlin.acs"
    Set Merlin = Agent1.Characters("Merlin")
    Merlin.Show

    Merlin.Commands.Add "Goodbye", "Goodbye", _
    "...Goodbye...", True, True


    End Sub
    ------------------------
    Sub merlin_Command(ByVal UserInput)
    MsgBox "hey!" '(or if statement)
    End Sub

    I also have all of the voice recognition files, all of the coor files, all of the agent files, all of the text to speach files, and there all the current version

    the problem is a message box wont pop up if I select Goodbye or say it, can someone help?



    [Edited by Mike202 on 12-17-2000 at 02:44 PM]

  2. #2
    Member Visual Programmer's Avatar
    Join Date
    Dec 2000
    Posts
    59
    I think I see your problem, you need to download the speech recognition files from Microsoft:

    http://msdn.microsoft.com/workshop/c...nt/default.asp




    Visual Programmer
    VP/Sonic taking on the (vb) world, one post at a time.

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2000
    Location
    CT
    Posts
    2
    The thing is though that I have all of the voice recognition files, all of the coor files, all of the agent files, all of the text to speach files, and there all the current version

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