Speech Recognition Using SAPI: Support for Custom Languages ​​Through Phenomena

I have text that I rewrote from text to phenomes

Now I want to modify or create custom grammar XML code that will determine the pronunciation of words with international phenomena and will use this grammar with that specific spelling that will be recognized instead of anything else

I want to add speech recognition for certain words spoken in different languages ​​than English / German, etc .;

Is this possible with SAPI and how? can anyone point me in the right direction (using SpInProcRecoContext.Recognizer and custom grammar)

therefore, I want to use the existing recognition engine for ea English to recognize Italian, for example, by defining Italian words through phenomena and allowing the engine to recognize them as English user words, which also allows it to recognize some Italian words

thanks for the help

+2
source share
1 answer

It very much depends on what exactly you want to do. You can (more or less) do this in the grammar of management and management; doing this under dictation is much more difficult (and probably not worth it).

() : SAPI . (,) , , , .

, , SAPI, PRON PHRASE; .

, , ISpLexicon:: AddPronunciation .

, .

+2

All Articles