speech-recognition

How to get Phonemes on voice recognition?

i am working on Voice Recognition to Display the Phonemes and its wave form if possible using the built-in voice recognition on vista and windows 7 using Delphi2009. other programming language are welcome. ...

Dragon NaturallySpeaking Programmers

Is there anyway to encorporate Dragon NaturallySpeaking into an event driven program? My boss would really like it if I used DNS to record user voice input without writing it to the screen and saving it directly to XML. I've been doing research for several days now and I can not see a way for this to happen without the (really expensive)...

using Visual Studio 2010 and speech recognition on windows 7?

I've never used Speech Recognition (SR) at all, but I'm hearing that the built-in SR capabilities of windows 7 is not half-bad. I'm thinking that it might be a real productivity booster with Visual Studio so I can decrease the use of the mouse (no Emacs comments please ;-). I don't envision not using the keyboard to type the actual code-...

How to control Microsoft Speech Recognition app?

Hello, I want to know if it's possible to control "Microsoft Speech Recognition" using c#. Is it possible, for instance, to simulate the click on "On: Listen to everything I say" programmatically using c# or python? ...

What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?

There are two similar namespaces and assemblies for speech recognition in .NET. I’m trying to understand the differences and when it is appropriate to use one or the other. There is System.Speech.Recognition from the assembly System.Speech (in System.Speech.dll). System.Speech.dll is a core DLL in the .NET Framework class library 3.0 an...

How to mix Grammar (Rules) & Dictation (Free speech) with SpeechRecognizer in C#

I really like Microsofts latest speech recognition (and SpeechSynthesis) offerings. http://msdn.microsoft.com/en-us/library/ms554855.aspx http://estellasays.blogspot.com/2009/04/speech-recognition-in-cnet.html However I feel like I'm somewhat limited when using grammars. Don't get me wrong grammars are great for telling the speech re...

Open Source Framework for Speech to Text on the iPhone

Does anyone know of a good framework for speech to text on the iPhone? I've tried using CMU's VocalKit, but it doesn't seem to be working very well for me. Any suggestions? ...

Controlling the microphone input state in System.Speech.Recognition

Hello I'm creating a program in C# using System.Speech.Recognition that recognizes voice commands and translates them to internal commands for another process. Is there any for my app to internally control the state of the microphone input? (on/asleep/off) This question is similar to this one but its accepted answer turned to C++ which...

Difference between the various Microsoft Speech technologies.

Hi, I am looking to write an application that will convert speech-to-text and vice versa for a warehouse application. The main use case will be that an operator will be wearing a headset in the warehouse and sending instructions back to a server and receiving instructions from the warehouse software to pick and pack orders. We will be...

Windows Vista Speech Recognition engine sampling rates

I need to recognize the speech from a set of WAV files that are not recorded on the computer doing the recognition. I know that if you recognize the speech from WAV files that are recorded at the same sampling rate as the recordings that the engine used for training, the results will be better. But my questions is: what's the sampling r...

Continuous Speech Recognition Android

Hi, I am looking at doing speech recognition in android. The program needs to have continuous speech recognition. The library only needs to be about 10 words. I have considered using Googles api, but I don't think it will work. (I cannot have anything covering the screen). I have been looking into other ways but nothing seems like it wil...

It's posible to do SpeechToText(Speech recognition) and afterwards TextToSpeech (using same text and same voice)?

Hello I'm working on a program for tone deaf people. I've working with sapi and a TTs. The program does a 3D animation with a hand at the same time. But the problem is that the voices (also when a put them at its slowest speech) is to fast for what I want. So, I've thought on speech recognition, but the problem is that I've to do a larg...

Vlingo API for mobile device developers???

Has anyone looked into Vlingo (speech recognition)? My main question is: is this just a stand-alone app for mobile devices and/or is there an API that developers can use so that, for example, when a user speaks a certain word/phrase then a particular action/method call be taken/called? Thanks ...

SpeechSynthesizer doesn't get all installed voices

I have installed a new scansoft voice (Jennifer) in my Windows 7 OS in order to be able to use from in one application i'm developing. but the problem is that I when I call the method : List<string> allInstalledVoices = new SpeechSynthesizer().GetInstalledVoices(); I only get one voice returned, the default Microsoft Anna Voice. b...

Voice recognition with android

Hey guys, I was wondering if it were possible to translate audio without having to call a recognizer intent (ie a dialog that says you are recording audio). I want to be able to recover the results of the voice recognition every 2 to 3 seconds or so and plan to use this with a bunch of listviews. Is this possible? If so any ideas? Thanks...

Speech To Text functionality on Android?

Is there an API available in Android as such for Speech To Text (as it is for TTS)? If not then is there a way around like using any 3rd party library etc.? Thank you ...

Image / Voice Recognition in Objective-C

Hi Guys, I am developing an application with Image and Voice recognition. Do you have any source or idea how to do this? Thanks, ZaldzBugz ...

Windows Server 2008 : Speech Runtime - What am I missing?

I am trying to get Speech Recognition to work on Windows Server 2008 using system.speech. I built a console application which uses System.Speech.Recognition (SAPI 5.4) on Vista. Works great on this machine. Tried to install/execute it on a Windows Server 2008 x86 machine. It has .NET 3.5. No luck... Threw errors--Upon investigation, di...

Run Microsoft.Speech over IIS?

Hello, I have an app that uses Microsoft.Speech to recognize speech in a WAV file. It works perfectly when run locally as a console app but barfs when executed by IIS. Assuming I have the following installed on WinServer 2008 with .NET 3.5+: Microsoft Speech Platform - Software Development Kit (SDK) (Version 10.1) Microsoft Speech Pl...

Is there an event in .NET for when default audio input changes?

I'm using System.Speech.Recognition in Windows 7 to let the user control a program by voice commands. The recognition code is integrated into the program itself. Now, the recognition engine is created at program startup and recreated if the user changes the voice recognition language. This all works fine. Recently we had an issue with t...