speech-recognition

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. grammar = objRecoContext.CreateGrammar(0); menuRule = grammar.Rules.Add("typewrite", SpeechRuleAttributes.SRATopLevel | SpeechRule...

Microsoft Speech Recognizer 6.1 Training Files

I am developing a Speech Application in C#. The speech recognition stuff is working fine with SAPI 5.1 on Windows XP. But I now have Microsoft Speech Recognizer v 6.1 on my machine that came with Office 2003. No matter how much training I do, I see that the speech files (the .dat files under MSASR) are not getting updated ( at least from...

How do you efficiently create a grammar file for speech recognition given a large list of words?

It's easy to write a grammar file for speech recognition from only 50 words because you can just do it manually. What is the easiest, most efficient way to do it if you have 10,000 or 100,000 words? Example: Say we have "RC cola" and "Pepsi cola". We would have grammar file consisting of 2 rules: DRINK: (COLANAME ?[coke cola soda]) COLA...

where to get SAPI ?

Hello, Folks ! i want to create an application that is speech-enabled but whenever i get to MS website to download SAPI, i get an error. I want to know where I can get SAPI. and I also would like to know if a SAPI 5.3 application can work on Windows 2000, Windows XP and Windows Vista (if coded with C++/MFC). also, what is the best wa...

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 SAPI Server." Source="System.Speech" StackTrace: at System.Speech.Internal.SapiInterop.SapiRecognizer..ctor(RecognizerType type) at System.Sp...

Where can I find and download the Java Speech API?

Could you please tell me from where I can download JVM 1.4 and the Java Speech API? See also: Download and install IBM’s Speech for Java ...

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 move my existing 5.1 profile to 6.1 without going through the training again? We see that the number of files generated by 6.1 are eithe...

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 me. (I don't mind saving the audio into .wav first and read it as oppose to do the transform on the fly) I have read the official docs on...

How to recognize sounds (e.g. Clap Hands) with Flash?

What is the easiest way to recognize if my website visitor has just clapped hands twice? My idea: Flash is capable of using the microphone if allowed by the user. ...

Need text to speech and speech recognition tools for Linux

I'm planning on writing a program for Linux that uses text to speech and speech recognition. What are the best tools/libraries for this? Should I use Windows instead to be able to use better tools? The tools need to be easily callable from a console or C program. ...

Usability: speech recognition versus keypad

We are seeing more and more speech recognition implemented and request for libraries that does good speech recognition. What's the rationale (in term of usability) behind it versus a keyboard or keypad? What reasons would you have to invest in this development? For example, let's take the call centers. A few years ago, almost every call...

"Voice trigger" detection

I have a voice application that would be much-improved if there was the ability to use a "trigger word" to start recording audio. I don't need a full speech-text engine, just the ability to reliably/efficiently detect the trigger word. I am wondering if there are any specialized speech engines that support this specific use case, or any...

iPhone App › Add voice recognition?

I'd like to build an app that uses voice recognition. I've seen big companies like Google etc implement this feature, but I'm curious about doing it on a start-up level. Anyone looked into this? Are there any tools out there for us to do this? ...

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. ...

Speech API for JAVA platform?

Possible Duplicate: Java voice recognition I am buiding a java application related to speech recognition and synthesis. but i couldn't find an appropriate speech API for my application. Please suggest me links from where I could download seech API. ...

Speech recognition not working well

I have followed an article on Speech Recognition with Delphi (SAPI 5.3). http://edn.embarcadero.com/article/29583 I created a basic application. but the problem is that the application has got it all wrong ! it doesn't get what I am saying correctly. if i say for example : "word", it get "ward". and so on. is there any better way to d...

speech recognition from audio file instead of microphone

Hello, How can I perform speech recognition on speech coming from an audio file (.mp3, wav) instead of the microphone ? I want to be able to do that from C#.NET and Delphi. thanks. ...

Use speech recognition from C#

I am trying to write a program that supports speech recognition via a custom (specialised) grammar. However, the SpeechRecognized event never fires, and the speech recognition applet acts as if the grammar didn't exist. Here are my precise steps. Please tell me where I am going wrong. Open Control Panel, search for "speech", then clic...

Use Adobe CS4 speech analysis from flash

Hi, Adobe premier is able to transcribe spoken words (videos audio track) to text. Is it possible to use this module from flash or flex? Id like to control a web-application by spoken words (using a webcams mic). ...

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 anyone give me an example as to why this is the case? ...