I have a text that I have transcribed from text to phonemes.
I want now to modify or create a custom grammar XML which will define the pronounciation of the words with international phonemes and use that grammer with that specific spelling to be recognized instead of anything else.
I want to add speech recognition for certain words spoken in different languages than english/german etc;
Would that be possible with SAPI and how? can anyone point me in the right direction (using SpInProcRecoContext.Recognizer and custom grammar)
So I want to use the already existing recognition engine for e.a. english to recognize italian for example by defining italian words through phonemes and let the engine recognize them as english custom words thus enabling it to recognize some italian words as well.