Tagged Questions

5
votes
2answers
1k views

System.Speech.Recognition Choosing Recognition Profile

Does anyone know how to change recognition profiles from within a .NET application? I am writing a .NET application that does speech recognition using the capabilities found in the ...
1
vote
3answers
156 views

Issue distinguishing commands from normal speech with SAPI

I'm working on a personal project involving microphones in my apartment that I can issue verbal commands to. To accomplish this, I've been using the Microsoft Speech API, and specifically ...
1
vote
2answers
2k views

Microsoft speech API 5.1, 5.3?

I'm a little confuse between the different SAPI version available. First of all, I only find the SDK to develop with the 5.1 version, is there any SDK for the 5.3 version available, if not, why ? ...
0
votes
1answer
787 views

SAPI and Windows 7 Problem

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; ...
0
votes
1answer
235 views

SAPI: Server-side dictation

Folks, I am trying to put together a server-side system where I use Microsoft SAPI to: Perform multiple simultaneous dictation-style recognitions in the server. Additionally, all recognitions could ...
0
votes
1answer
322 views

It's posible to do SpeechToText(Speech recognition) and afterwards TextToSpeech (using same text and same voice)?

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 them ...