09-04-2015 03:03 AM - last edited on 09-23-2015 03:40 PM by LiliMcDonald
09-08-2015 08:37 AM
I also tried the VI on my computer, and I'm experiencing the same behavior.
There's another fairly active forum on voice recognition that may provide more information:
Best,
Brittany V
Applications Engineer
09-17-2015 02:11 AM - edited 09-17-2015 02:41 AM
Hello
this program can work without Win7 voice recognition ON. It is SDK5 helper prog. May be we can atach it to Vi?
( i can not atach it, folder sdk Samples CPP SimplDict )
(SDK5.1 Bin SimplDict)
09-18-2015 01:14 PM
Sounds like you found a solution! If you have further questions on this example, I would suggest contacting the developer of the example, since they probably have a deeper knowledge of the subject. Their contact information is provided on the community example page.
Regards,
GiantDeathRobot
09-18-2015 03:35 PM
This program is C++
09-22-2015 08:53 AM
You can access C/C++ files in a VI by wrapping them in a DLL. There is a tutorial on that here: https://decibel.ni.com/content/docs/DOC-9078
Also, it is not clear what SDK you are talking about. I think you mean the Microsoft Speech SDK 5.1?
Regards,
GiantDeathRobot
09-22-2015 09:30 AM - edited 09-22-2015 09:30 AM
Yes It is SDK5.1 .
09-23-2015 02:59 PM
Ok. The tutorial I posted above should get you started with wrapping a DLL.
I also found this community example that uses Microsoft Speech SDK 5.1, which might help.
https://decibel.ni.com/content/docs/DOC-4477
Regards,
GiantDeathRobot