Tagged Questions

6
votes
21answers
500 views

Why isn’t speech recognition advancing?

What's so difficult about the subject that algorithm designers are having a hard time tackling it? Is it really that complex? I'm having a hard time grasping why this topic is so problematic. Can …
0
votes
3answers
300 views

C# Speech Recognition VISTA Problem

I'm getting the following error when I try to run the project: A timeout occurred starting the SAPI Server. System.InvalidOperationException was unhandled Message="A timeout occurred starting the …
3
votes
4answers
130 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 …
3
votes
3answers
845 views

Anyone have experience with Sphinx speech recognition?

Has anyone used the Sphinx speech recognition stack to build IVR applications? I am looking for open source alternatives to the expensive and somewhat limiting choices from MSFT and others. I have …
2
votes
6answers
173 views

Speech Recognition & Programming

Has anyone had success with Dragon Naturally Speaking voice recognition software when it comes to programming? I am wondering because I think it would be a lot faster than me typing by hand, and …
0
votes
2answers
31 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
0answers
9 views

voice recognition for handeld devices

Hi, I need to develop an app on handheld device pocketpc or palm, that uses voice recognition. what is the best way to go , which library is the easiest , best etc.. thx
0
votes
2answers
533 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
1answer
23 views

Text extraction of speech from video and audio files

What are the best libraries for doing this. And is the quality good enouch to rely on. It will not be possible to train the system with the speakers voice or use a dictionary of terms to improve …
0
votes
1answer
55 views

SpeechSynthesizer - How do I play/save the wav file?

I have the following code snippet in an ASP.NET app (non Silverlight) string sText = "Test text"; SpeechSynthesizer ss = new SpeechSynthesizer(); MemoryStream ms = new MemoryStream(); …
3
votes
1answer
150 views

How to use speech recognition with/on video file?

How can I code speech recognition engine (Using Microsoft Speech SDK) to "listen" a video file and save the detection into a file?
0
votes
1answer
53 views

Streaming input to System.Speech.Recognition.SpeechRecognitionEngine

Hello, I am trying to do "streaming" speech recognition in C# from a TCP socket. The problem I am having is that SpeechRecognitionEngine.SetInputToAudioStream() seems to require a Stream of a …
0
votes
1answer
54 views

Use NSSpeechRecognizer or alternative with audio file instead of microphone input?

Is it possible to use the NSSpeechRecognizer with an pre-recorded audio file instead of direct microphone input? Or is there any other speech-to-text framework for Objective-C/Cocoa available? …
2
votes
4answers
1k views

Speech to text conversion in Linux

I am planning to start an application which converts the speech to text in Linux. Are there any existing interfaces so that I can extend them? or Is there any such existing application in Linux? Any …
1
vote
3answers
535 views

mac osx speech to text api How-to?

Hi Gurus, I have a program that receives an audio (mono) stream of bits from tcp/ip. I am wondering if the speech(speech-recognition) api in mac osx would be able to do a speech-to-text transform for …

1 2 3 4 5 next
15 30 50 per page