Speech Recognition

You give this node a list of strings (value with separator or spread) and it outputs the word you said when it is recognized.

You need to download Microsoft SAPI 5.1 for this plugin to work (The file to download is SpeechSDK51.exe).

Download SAPI 5.1

Download Speech Node v1.0

Two help patches in the zip, and source code is in vvvv svn

To make sure the node works you can look in the node Inspektor (Status pin should say: OK).

If it doesn’t please send me a message with the error.

If you have this error message:

Error: Retrieving the COM class factory for component with CLSID {47206204-5ECA-11D2-960F-00C04F8EE628} failed due to the following error: 80040154.

Please try the following command (Using your own common files folder if your windows in not in english).

regsvr32 “C:\Program Files\Common Files\Microsoft Shared\Speech\sapi.dll”

Enjoy
vux

this is very useful plugin,any possible way to recognize chinese words,doese sapi provide that?

thank you

Hello,
thanks for the comment

if you go on the microsoft SAPI page above,

you can download the file:
SpeechSDK51LangPack.exe

This contains a simplified chinese + japanese dictionary.

Haven’t tested with this at all, so would be happy to know if it works with it :)

Thanks
vux

i download it from mircosoft site,and testing it after the install those LangPack,seems still can’t Recogniz chinese letter,anyway,thank you for the help!

Hello,

did you Changed the language in the Speech section from control panel?

In this one you should have a language list.

Also did you try to train profile (choosing chinese as language)?

Thanks
vux.

sorry,my fool…now it is working very well,thanks for the help!