I\'ve been using SRGS grammars with SAPI 5.4 to de开发者_Go百科fine command and control grammars. Now I\'d like to switch to text grammars so they\'d be compatible with SAPI 5.1 (and possibly even SAP
As we all know by now loading dictation grammars is not supported in the server version of MS speech API (Microsoft.Speech).
I\'m working on a program for tone deaf people. I\'ve working with sapi and a TTs. The program does a 3D animation with a hand at the same time. But the problem is that the voices (also when a put the
First of all: this is not a duplicate of Delphi and SAPI. I have a specific problem with the \"SAPI in Delphi\" subject.
I\'m doing a project with a 3D model, that speaks. So, I\'m using SAPI 5.1, and I want to call a function asynchron开发者_JS百科ously when there\'s a Viseme event (in order to play the animation rela
I use to create an application that uses the windows speech recognition engine or the SAPI. its like a game for pronunciation that it give you score when you pronounce it correctly. but when i started
the code are not so complecated.. private { Private declarations } SpSharedRecoContext1 : TSpSharedRecoContex开发者_开发问答t;
I know that I need to install Speech SDK if I\'m using SAPI for spech recognition. But what开发者_开发技巧 if I\'m using .NET System.Speech.Recognition:SpeechRecognizer class?System.Speech.Recognition
I 开发者_Go百科am able to create alternate dictation grammars using the dictation resource kit or directions given here.I am not able to load the new dictation topic with c++.I am trying to modify the
Intially I have specified MCI_WAVE_SET_PARMS at the time of recording as follows: MCI_WAVE_SET_PARMS mciSetParms;