speech-recognition

SAPI: Server-side dictation

Folks, I am trying to put together a server-side system where I use Microsoft SAPI to: Perform multiple simultaneous dictation-style recognitions in the server. Additionally, all recognitions could be using different speaker profiles (my application would identify the user and indicate to SAPI which profile to load). I would also like ...

How to successfully import Appkit Framework in iPhone?

Hi, I would to use the NSSpeechRecognition but this Appkit Framework was not available in iPhone os frameworks. This is available in systems/library/frameworks/Appkit.framework. Is there other way to make use of AppKit for NSSpeechRecognitio in iPhone? Thank you. ZaldzBugz ...

transcription with MS Speech Recognition server API

As we all know by now loading dictation grammars is not supported in the server version of MS speech API (Microsoft.Speech). Q1: Is there a way to get around that? Q2: One of the ideas I thought of would be to build a grammar based on a history of the conversations (chat room for instance) that people had on a particular topic. The so...

Open source speech recognition engine

I'm looking for a free (FOSS) speech recognition engine that I can use with my PHP-based GPL software. Any suggestions what are some of the best quality ones out there? ...

speech to text is not working

i m searching for a long time but i m unable to find API for speech-to-text in iphone. even i got some thing in NSSpeechRecognizer but it's framework appkit.framework is not available in xcode but it is in mac os. so i m unable to use NSSpeechRecognizer class what is the problem i m not getting... if some body has plz tell about that ...

how to detect a presence of word /audio silence in the wav file using java??

hello, I am working on a speech recognizer project as a part of it want from a wav file want to find the presence of silence or detect the presence of word .and if a word is found then copy that word from start to end into a new wav file so it original wav file has 10 words then output is 10 file..problem is with detecting the silence o...

.Net System.Speech Problems encounterd when change from Mic-input to WavFile-input?

I'm using C# .net library System.Speech to implement my ASR app ( BTW, I've seen a post mentioned the SpeechLib.dll, which seems to be a more basic and low-level implementation of the SAPI, are they the same?). Our main purpose is to implement as the Server/Client ASR system : to record user's voice on the client, and transfer the whole...

can anyone give me a sample to record and recognize voice for iphone?

Hi, can anyone give me a sample to record and recognize voice for iphone? Thanks. Best Regards, Naveed Butt ...

Microsoft Speech Recognition Platform

I wrote an app in C# for speech recognition using System.Speech which works fine on Windows 7. However I'm after creating the same app that will work on windows 2003 (x86). My programming environment: Windows 7 x64 Pro Visual Studio 2008 In order to develop this application in my programming environment I installed: 1.Microsoft Speech...

can we convert text to voice or viceversa?

hie, can we convert text to voice and voice to text in blackberry? is there any api present for doing this? i have seen some apps in market who is doing the same? how we can convert text to voice plz help me? thnks.. ...

Speech Recognition Engine will not recognize multiple times

With the code below it works and return the first recognition, but not the everything else. What am I doing wrong? Am I suppose to be in some kind of loop? public void Transcribe() { SpeechRecognitionEngine SRE = new SpeechRecognitionEngine(); SRE.LoadGrammar(new DictationGrammar()); SRE.SetInputToWaveFi...

How do you recognize speech with the Python module Dragonfly?

I have been trying to figure out how to use the Dragonfly module. i have taken a look at the documentation, but i cant seem to figure out how to use it. i just want to be able to recognize a few phrases and act upon those phrases. Thanks, Morpeous ...

Which programming languge has the most mature speech recognition api?

Which programming languge has the most mature speech recognition api? ...

Web services for converting audio speech to text

I'd like to know what online services are out there that can convert speech from audio files into text. I've seen many posts on stackoverflow about speech recognition for mobile devices and people looking to add speech capabilities to their applications using platform specific APIs. The only service I found so far is www.voicecloud.c...

Does anyone know a way to programmatically create and/or select Speech Profiles in SAPI?

I need to give users an easy way, without going to the control panel, to select a speech profile. I found: http://stackoverflow.com/questions/299799/acoustic-training-using-sapi-5-3-speech-api but there are no examples and the information is incomplete. I could really use an example, if anyone has one :) ...

1D multiple peak detection?

I am currently trying to implement basic speech recognition in AS3. I need this to be completely client side, as such I can't access powerful server-side speech recognition tools. The idea I had was to detect syllables in a word, and use that to determine the word spoken. I am aware that this will grealty limit the capacities for recogni...

Change dictation topic on the fly

I am scoping out a custom dictation application to be built using MS SAPI 5. I would like to be able to change the grammar (topic) of dictation dynamically based on what is being recognized. For example, if my dictation application deals with car repair, then, if I detect the speaker talking about engine, I want to bring in a dictation t...

Prototype based on speech recognition

Hello everybody i want to create a prototype that's based on automatic speech recognition in order to deal with reports. the requirements aren't sure right now, but at first i'll get some dummy data sets. and at first i'll concentrate on the input of acoustic signals and the further processing. i don't really know how to start, which d...

getting started with speech recognition and speech synthesis

Hello, i want to get started with speech recognition and speech synthesis in http://stackoverflow.com/questions/3865351/prototype-based-on-speech-recognition somebody told me to use microsoft speech server (sdk and so on) when i have this, how do i programm an application, and with which programming language (development enviroment?)? ...

Android 2.2.1 Nexus one : Voice recognition problem

HI Folks, I have a strange problem for Voice recognition on Google Nexus one phone which have Firmware:2.2.1.Voice recognition gives multiple interpretations of the spoken word When I speak "Hello" to the voice recognition, the results received is "hello, hotels, photos, fomdem, honda" which is expected to come only "hello" The same thi...