2
votes
3answers
53 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. …
0
votes
0answers
14 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?
0
votes
2answers
32 views
how to use Speech SDK 5.1
hi frnds,
i recently downloaded Microsoft Speech SDk 5.1 and i want to learn that how to use it. Please suggest me some websites and links where i can find tutorials on us …
0
votes
0answers
20 views
Convert Audio(Wav file) to Text using SAPI?
Hi I am using SAPI
My task is to convert an Audio file not from Direct Speech from Human into text.
e.g If I have "Hello there" store in wav file to it will transcribe it into t …
0
votes
3answers
46 views
C# SAPI in a web service
var speechEngine = new SpVoiceClass();
SetVoice(speechEngine, job.Voice);
var fileMode = SpeechStreamFileMode.SSFMCreateForWrite;
var fileStream = new SpFileStream();
try
{
fi …
0
votes
1answer
66 views
How to access SAPI 4 voices from .net framework 3.5
I’m trying to use a SAPI 4 engine (L&H TTS 3000) from .net 3.5 using System.Speech.Synthesis in windows XP.
The problem is than I can only get SAPI 5.1 engines when I call Ge …
0
votes
1answer
22 views
Connecting to Naturally Speaking through SAPI 4 interface, possible?
I read somewhere that you can interface to Naturally Speaking through the SAPI 4 interface it exports? Is this true and is there any documentation? Thanks
2
votes
1answer
56 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 …
0
votes
1answer
22 views
SAPI access from WCF app
is it possible to access SAPI from a WCF app ?
6
votes
4answers
424 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 …
0
votes
3answers
218 views
How to use WndProc from a C++ dll?
I want to handle some SAPI messages from a DLL, which is some sort of plugin. How to handle messages/events inside a VC++ dll. The SAPI event handling is shown in the example at:
h …
1
vote
1answer
103 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 …
1
vote
1answer
51 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 mixe …
0
votes
1answer
81 views
Loading multiple grammar files in SAPI 5.1
I'm using an XML grammar file to develop a Command and Control application. Since there are around 4000 entries in the grammar I can't have it all in one file (it gives an error wh …
1
vote
1answer
25 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 a …
