Tagged Questions

8
votes
4answers
12k views

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 ...
7
votes
3answers
543 views

How to convert human voice into digital format?

I am working on a project where biometric system is used to secure the system. We are planning to use human voice to secure the system. Idea is to allow the person to say some words or sentences and ...
6
votes
3answers
90 views

Powershell can speak, but can it write if i speak?

Following is the way to make powershell to speak. Add-Type -AssemblyName System.Speech $synthesizer = New-Object -TypeName System.Speech.Synthesis.SpeechSynthesizer $synthesizer.Speak('Hey, I can ...
6
votes
2answers
246 views

Is there software that outputs speech-to-text at the Phonological level?

Is there any software out there capable of taking audio files and outputting phonological (IPA) text? I understand much of the software out there takes it straight to a language, but is there one ...
5
votes
2answers
588 views

Improve Speech Recognition, C#

I use System.Speech library to able to recognize speech but it usually recognizes very different. SpeechRecognizer_rec = new SpeechRecognizer(); DictationGrammar grammar = new DictationGrammar(); ...
5
votes
2answers
1k views

System.Speech.Recognition Choosing Recognition Profile

Does anyone know how to change recognition profiles from within a .NET application? I am writing a .NET application that does speech recognition using the capabilities found in the ...
4
votes
1answer
2k views

good Speech recognition API

I am working on a college project in which i am using speech recognition. Currently i am developing it on windows 7 pc and i m using system.speech API package which comes along with .net and i am ...
4
votes
5answers
2k views

Voice/Speech to text

I need an API or library (preferably free) that will convert voice/speech through a microphone, into text (string). Additionally, I will need an API or library that can do text-to-speech. I'd like ...
3
votes
2answers
230 views

android speech to text (speech recognition ,voice)

I want to ask how I can use speech to text code on my emulator. My codes work on real device but not work on emulator. The error said : No Activity found to handle Intent { ...
3
votes
1answer
362 views

Open Source Software For Transcribing Speech in Audio Files

Can anyone recommend reliable open source software for transcribing English speech in wav files? The two main programs I've researched are Sphinx and Julius, but I've never been able to get either to ...
3
votes
2answers
375 views

Voice to Text recognition

I am a beginner in Android development. Is there any possibility to write a speech to text software that could access Googles network based back-end voice to text system ?
3
votes
1answer
1k views

Android 2.2: Where is the option for speech input in the emulator?

My Nexus One has it: Settings includes a "Voice recognizer settings" in the list of "Voice input & output settings". Google Search has a microphone button next to it, so when I touch it, a ...
3
votes
5answers
397 views

Voice recogntion engines for embedded applications

I am trying to research available voice recognition engines and SDK for developing a Windows CE voice enabled application. I've run across Nuance, but don't see much of anything else. I would prefer ...
2
votes
1answer
51 views

Python Speech Compare

I have two .wav files that I need to compare and decide if they contain the same words (same order too). I have been searching for the best method for a while now. I can't figure out how to have ...
2
votes
1answer
81 views

Any good speech-to-text commercial api?

Do you know of any commercial speech to text api that you can recommend? I would like to be able to send there mp3/ogg/wav and get back text. Can be REST, Soap. Thanks, Michal
2
votes
1answer
70 views

Redirecting all input from Dragon NaturallySpeaking to Python? (Using Natlink)

I am currently writing an AI program that receives input from Dragon NaturallySpeaking (using Natlink), processes it, and returns a spoken output. I was able to come up with a Receiver GrammarBase ...
2
votes
1answer
102 views

pronunciation scoring(voice correctness)

Are there any algorithms or libraries for C# that can be used to score user pronunciation? For example something like Levenshtein distance for text but for speech. Any related links or information ...
2
votes
1answer
424 views

Text-to-speech (voice generation) and speech-to-text (voice recognition) APIs?

Is there a comprehensive list of known APIs for desktop or browser environments?
2
votes
2answers
744 views

Speech Recognition Service in Android

I have an Android application that uses speech recognition in an Activity. The GUI doesn't do anything except for contain the speech recognition objects. I would like to port this over to a service so ...
2
votes
1answer
954 views

Speech to text from wav file Java

is it possible to recognize wav file from java is it possible with cloudgarden java speech api their is a sample code from cloudgarden example, any change is need for our own wav file the sample code ...
2
votes
2answers
377 views

Need a Simple speech to text software

Can someone help me to find a solution that I can use for entering words or characters. Looking for an open source solution preferrebly java based. I was looking for an application that enter ...
2
votes
2answers
838 views

pyspeech (python) - Transcribe mp3 files?

I'd like to transcribe mp3 (speech-to-text) using the pyspeech API. I don't know if this is possible, though. Is it? How?
2
votes
2answers
1k views

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 ...
2
votes
2answers
3k views

How Speech to Text conversion in iPhone

Is there any way, by which we can convert speech to Text using iPhone SDK?
1
vote
3answers
188 views

Issue distinguishing commands from normal speech with SAPI

I'm working on a personal project involving microphones in my apartment that I can issue verbal commands to. To accomplish this, I've been using the Microsoft Speech API, and specifically ...
1
vote
0answers
76 views

Invalid Permissions When Running Julius Speech Recognition on a Wav File

How do you use Julius to convert a Wav file containing spoken words into a text file containing those words? I've read the Julius Book and I've downloaded the Julius quickstart release on Voxforge. ...
1
vote
1answer
147 views

Grammar in google speech api

If can i improve google speech api recognition of a defined words list where and how to set that list? Thanks.
1
vote
4answers
347 views

speech to text in iphone sdk without communicating webserver?

I used Openears which needs dictionary.it is usefull when we mention the word in dictionary. I wanted to convert all words we speak.so I used Nuance’s speech to recognition dragaon SDK.but it ...
1
vote
1answer
792 views

Speech To Text Recognizer not found

I'm building an app that record the user's voice and then converts it to text. From this post Stackoverflow Post I've found the source code android developers, I've run the code but the button text ...
1
vote
1answer
286 views

Sphinx 4 corrupted ARPA LM?

I have an ARPA LM generated by kylm, when running SPHINX I get this exception stack trace: Exception in thread "main" java.lang.RuntimeException: Allocation of search manager resources failed ...
1
vote
2answers
1k views

What is the best option for transcribing speech-to-text in a asp.net web app?

I am building a web app for recording voice messages and am looking for the best options for converting the voice messages to text. Does anyone have some suggestions on what to use to make the ...
1
vote
1answer
441 views

Pocketsphinx - Adding words and Improving accuracy

I've managed to finally build and run pocketsphinx (pocketsphinx_continuous). The problem I'm running into, is how to a improve accuracy. From what I understand, you can specify a dictionary file ...
1
vote
1answer
81 views

Get spoken input as string

Is it possible to get a string representation of what a user said in an VoiceXML application? For example to use it in a database query. Most examples i've seen so far just try to match against a ...
1
vote
2answers
2k views

How to convert speech to text in java?

Can anyone share some code snippet used to convert Speech to text in Java.
1
vote
1answer
284 views

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?
1
vote
2answers
583 views

Server side speech to text

I'm trying to install a speech recognition engine server side. (non commercial preferred since it's just for experimentation) The idea is to allow a user to say something from a website then whatever ...
1
vote
1answer
258 views

Quickest and easiest way to implement speech to text conversion for a small speech subset

I want to implement a system that receives speech through a microphone on my Mac OS x. I know arbitrary speech recognition is close to impossible without training the system so I'm willing to restrict ...
1
vote
3answers
2k views

Getting WAV file transcription to work with Sphinx4

I've got Sphinx-4 installed on my windows XP system and JSAPI set up. I'd like to transcribe an English spoken WAV (or MP3) file to text. When I run the "WavFile" demo - it runs successfully. ...
0
votes
0answers
8 views

Pronunciation Scoring for Flash Application

I am developing an application to teach English to non-native speakers. This way, I need this application to be able to score the user's pronunciation. So, my question is: what is the best way to ...
0
votes
0answers
75 views

AppendDictation on Microsoft Speech Platform 11 (Server)?

I'm relatively new to both C# and the Microsoft Speech platform, but I am working on a server application that will need to transcribe free dictation. The MS Speech Platform SDK seemed perfect, and ...
0
votes
2answers
157 views

Android Speech to text / Speech Recognition

I have a client who needs an Android App that can recognize spoken commands. From what I understand the built-in voice to text functionality actually sends data to Google's servers which then sends ...
0
votes
3answers
165 views

How to setup a Speech Recognition Server?

How to implement Speech recognition at server side (please don't suggest HTML5's x-webkit-speech, javascript etc) ? The program will take an audio file as input and with sufficient accuracy provides ...
0
votes
2answers
133 views

Speech Recognition using CMU Shinx, JSAPI and Google Speech API

Speech recognition is one of the many features of my current project which will be most probably developed in J2EE (other languages are also welcomed if their choice is justified). Most of the links ...
0
votes
0answers
54 views

Speech recognition , unknown error issue in android

I am trying to do a browser control appication with voice in android. I am using RecognizerIntent.ACTION_RECOGNIZE_SPEECH intent to recognize voice. It usually works but sometimes when voice ...
0
votes
1answer
94 views

Invoke Google voice actions from text - e.g building my own voice action app

I have an application where I am using the voice recognition in google to get the user voice input as text. This works, no problem - I get the text. Is it possible to send my TEXT STRING to be ...
0
votes
0answers
105 views

C# system.speech.recognition alternates

I am using using system.speech.recognition to recognize a single word from many. Because the accurate is not very good, I want to consider more options the engine gives me. However, the ...
0
votes
1answer
232 views

Matlab sound waves comparison [closed]

I just want to compare two sound waves with Matlab. If anyone know about this, please help me with any function regarding this in matlab
0
votes
1answer
137 views

Does Anyone Uses Google Speech API in Production?

I have found some articles (http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/) describing how to use the Google speech API. However, is this reliable? Does anyone uses it in ...
0
votes
1answer
260 views

Speech recognition response is poor in sphinx4

Currently we are investigating into using sphinx4 for speech recognition. We are trying to achieve a good response for a dictation type application. The input is a wav file and we wish to transcribe ...
0
votes
1answer
234 views

Implementing RecognizerIntent in android

I am working with recognizerintent in android. can someone help me to implement the "EXTRA_WEB_SEARCH_ONLY " in this code: package com.example.android.apis.app; import com.example.android.apis.R; ...

1 2