|
4 |
edited tags; edited title
|
||
C# - How to add words to an already loaded grammar using System.Speech and SAPI 5.3 |
||||
|
3 |
Added C# to tag and title to make it more obvious that it is a .NET related question.
|
||
C# - How to add words to an already loaded grammar using System.Speech and SAPI 5.3
|
||||
|
2 | added 455 characters in body | ||
|
Given the following code,
How can I add additional words to the loaded grammar? I know this can be achieved both in native code and using the SpeechLib interop, but I prefer to use the managed library. Update: What I want to achieve, is not having to load an entire grammar repeatedly because of individual changes. For small grammars I got good results by calling
and then doing the unload of the old grammar and loading of a rebuilt grammar in the event:
For large grammars this becomes too expensive. |
||||
|
1 |
|
||
