Tagged Questions

2
votes
4answers
97 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
28 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
2answers
520 views

C# and SAPI, I have speech recognition but its picking up words im not interested in. How can I limit, not just over weight, the gramer dict?

Whew, big title, but yea that sums up the question. Im working in C# with the Microsoft SAPI, using their speech Recognition in a program im working on. what i have it doing is. …
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
37 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
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 { …
6
votes
4answers
458 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
100 views

How to detect when SAPI TTS engine is busy

The SAPI engine can only render TTS from one application at a time (I have run a test with two instances of the Windows SDK TTSApplication sample to verify this). I am writing an application in which …
0
votes
1answer
23 views

SAPI access from WCF app

is it possible to access SAPI from a WCF app ?
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. …
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 …
1
vote
1answer
27 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 …
2
votes
4answers
900 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 …

1 2 3 next
15 30 50 per page