sapi Questions
1
Solved
I installed Microsoft Speech Platform SDK 10.2, and I notice that sapi.dll and mssps.dll have similar APIs. What's the difference between them? Which one should I use? Thanks.
Bronwyn asked 5/3, 2011 at 14:57
0
I have a speech project that requires acoustic training to be done in code. I a successfully able to create training files with transcripts and their associated registry entries under Windows 7 usi...
1
I'm trying to recognize speech with Windows 7 but it always recognizes a speech as a command or just says "What was that?".
How I can get all speeches?
CODE:
SpeechRecognizer _speechRecognizer;
...
Anthropoid asked 18/11, 2010 at 8:53
2
Solved
I really like Microsofts latest speech recognition (and SpeechSynthesis) offerings.
http://msdn.microsoft.com/en-us/library/ms554855.aspx
http://estellasays.blogspot.com/2009/04/speech-recognitio...
Tollman asked 15/6, 2010 at 16:7
1
Using Microsoft's SAPI 5.3 Speech API on Vista, how do you programatically do acoustic model training of a RecoProfile? More concretely, if you have a text file, and an audio file of a user speakin...
Neely asked 18/11, 2008 at 19:12
3
Solved
I need to turn a text into speech and then save it as wav file.
Biathlon asked 8/6, 2009 at 5:17
2
What is the difference between these two methods in C# using the speech API or SAPI?
using SpeechLib;
SpVoice speech = new SpVoice();
speech.Speak(text, SpeechVoiceSpeakFlags.SVSFlagsAsync);
ret...
© 2022 - 2024 — McMap. All rights reserved.