Author Topic: about recognition profile  (Read 2402 times)

chaoyin

  • Newbie
  • *
  • Posts: 4
    • View Profile
about recognition profile
« on: October 22, 2007, 03:38:56 am »
How to change the speech recognizer's current recognition profile in VBScript editor?

I coded the SAPI.SpSharedRecognizer.Profile in Script_load function
in VBScript, and print out the Description of the current profile
in Script_Load function and GetResponse fuctions.And then, followed steps:

1. Set the default profile as current profile in Cotrol Panel
2. Start Ultra Assiatant, and found the current profile had changed to the new profile(I wanted profile)
3 But when run the GetResponse, the current profile  changed return to the default profile

Why about it? And how to resolve it?

Thanks
 

Bill819

  • Hero Member
  • *****
  • Posts: 1483
    • View Profile
about recognition profile
« Reply #1 on: October 22, 2007, 08:55:54 am »
Could you explain what it is that you are talking about.
The speach recognization program works no matter who spoke into it. It is trained to recognize speach. Once that is done it makes no difference who talks male or female.
Maybe I am not understanding what it is that you are talking about.
I would be glad to help if you could explain your self a little better.
Bill
 

onthecuttingedge2005

  • Guest
about recognition profile
« Reply #2 on: October 22, 2007, 12:41:30 pm »
quote:
Originally posted by chaoyin

How to change the speech recognizer's current recognition profile in VBScript editor?

I coded the SAPI.SpSharedRecognizer.Profile in Script_load function
in VBScript, and print out the Description of the current profile
in Script_Load function and GetResponse fuctions.And then, followed steps:

1. Set the default profile as current profile in Cotrol Panel
2. Start Ultra Assiatant, and found the current profile had changed to the new profile(I wanted profile)
3 But when run the GetResponse, the current profile  changed return to the default profile

Why about it? And how to resolve it?

Thanks



Hi chaoyin.

could you supply us with the code you are using so we can debug it ourselves?

I also found out that Script_Load - loads twice instead of once at startup, I found this out by adding one line of code:
MsgBox("Hello") to the Script_Load area and restarted HAL.

Jerry[8D]