Tagged Questions

2
votes
4answers
105 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 …
0
votes
2answers
31 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 text and show "Hello …
0
votes
2answers
39 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 using it from basic …
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?
0
votes
2answers
29 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
0
votes
3answers
58 views

C# SAPI in a web service

var speechEngine = new SpVoiceClass(); SetVoice(speechEngine, job.Voice); var fileMode = SpeechStreamFileMode.SSFMCreateForWrite; var fileStream = new SpFileStream(); try { …
0
votes
1answer
69 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 GetInstalledVoices. …
2
votes
1answer
62 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 …
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 …
0
votes
1answer
24 views

SAPI access from WCF app

is it possible to access SAPI from a WCF app ?
0
votes
3answers
230 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: …
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
55 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 …
0
votes
1answer
85 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 when I try to load …
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 2 3 next
15 30 50 per page