adding words to speech

Sphinx
09-13-2003, 05:38 PM
i have a working speech recognition prgoram


Dim SpeechGrammer As String

SpeechGrammer = "[Grammar]" & vbCrLf & _
"langid = 1033" & vbCrLf & _
"type=cfg" & vbCrLf & _
"[<Start>]" & vbCrLf & _
"<start>=What is my name?" & vbCrLf & _
vcrvoice.GrammarFromString SpeechGrammer
vcrvoice.Activate



right now it has one command, "What is my name?"

I want the user to be able to add commands while using the program. How can I "add" to the grammar list. Ive tried doing speechgrammer = speechgrammer & vbcrlf & "<start>=" & newword & """

but it isnt working.

PLEASAASE HELP ASA{!!!

thanks

samr
09-14-2003, 03:10 AM
As I (and probably most others here) are not familiar with this software, we are unlikely to be able to help you. If it is freeware and small, then you can post the link to it here or the source code for it (Don't post any exes or dlls).

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum