6
votes
4answers
461 views
Voice Recognition in C++
I'm looking for a way to implement trainable voice recognition in C++.
I've found the SAPI 5.3 SDK which looks promising, but the only tutorials that I can find are for TTS which is the opposite of …
2
votes
4answers
107 views
Question on Speech Recognition classes in .NET
Hi guys,
Is it possible to have an application built using the .NET speech recognition classes and pass in a WAV file for it to go through and create a text representation of it. For example, this …
2
votes
1answer
63 views
How to convert Text to Wave using SAPI with multithreading?
I am trying to convert text to wave file using following function. It works fine if called from main UI thread. But it fails when calling from another thread. How to call it from a multi-threaded …
2
votes
2answers
700 views
what is the difference between SpVoice and SpeechSynthesizer
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);
…
2
votes
4answers
901 views
Acoustic training using SAPI 5.3 Speech API
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 speaking …
2
votes
1answer
802 views
PHP as a thttpd module vs CGI in terms of memory usage
I am planning to use php in an embedded environment. Our current web server is thttpd. I am considering two options now: whether to run it as a cgi or as SAPI module. I know cgi has advantage in terms …
1
vote
1answer
28 views
How to get the correction commands while doing free dictation with sapi 5.3?
I have an sample application that do basic dictation with sapi 5.3.
It works well to input text with punctuation...
What would I need to do to enable the correction functionality as in the tutorial …
1
vote
1answer
56 views
Mapping ISpMMSysAudio::SetLineId and mixerLineId
I want to set the lineId for SAPI by calling ISpMMSysAudio::SetLineId.
I find out the line which I wish to set from the mixer handle I have.
However the line id I get from the mixer is not what SAPI …
1
vote
1answer
105 views
Microphone plug in event/ Mic attach event Vista
I want to be notified when a microphone jack is plugged in. What is the event fired by the OS(particularly Vista)
The audio panel shows no recording device active if no mic plugged in(vista). This …
1
vote
1answer
163 views
Delphi and SAPI
does anyone have a resource from where I can learn to use SAPI from Delphi ?
how to use Speech Recognition from Delphi Applications ?
thanks.
1
vote
3answers
392 views
How to save text-to-speech as a wav with Microsoft SAPI?
Hi,
I think what I am about to want might be easy for you,so I decided to ask it to you,
Fist I need to turn a text into speech and then save it as wav file.
Could you help me ?
Thanks.
1
vote
0answers
120 views
Microsoft Speech Recognizer 6.1
We have a Speech application written in C# which uses Microsoft Speech
Recognizer 5.1. We are planning to use Recognizer 6.1 for better accuracy. I
have few questions around this migration.
Can I …
1
vote
5answers
994 views
How to add words to an already loaded grammar using System.Speech and SAPI 5.3
Given the following code,
Choices choices = new Choices();
choices.Add(new GrammarBuilder(new SemanticResultValue("product", "<product/>")));
GrammarBuilder builder = new GrammarBuilder();
…
1
vote
2answers
278 views
unintentional pitch change using MS SAPI TTS
Has anyone else experienced (and possibly solved) unintentional pitch changes using MS SAPI TTS voices?
I'm using the SpVoice automation interface with SAPI 5.1.
Right now, my application (VB6 app) …
0
votes
0answers
16 views
Installing English language package on Windows Vista German Edition [closed]
Hi,
I have a German edition of Windows Vista Home. I would like to add English Language Speech Recognition support. Is this possible?
