Tagged Questions
7
votes
3answers
503 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 ...
7
votes
4answers
11k 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 ...
6
votes
2answers
243 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
553 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
4answers
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
1answer
302 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
334 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
2answers
936 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
384 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
65 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
51 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
2answers
197 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 { ...
2
votes
1answer
84 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
383 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
1answer
858 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
347 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
779 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
155 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
64 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
4answers
294 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
2answers
674 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 ...
1
vote
1answer
714 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
276 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
981 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
410 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
79 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
274 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
550 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
247 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
3answers
94 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
93 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
38 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
79 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
88 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
190 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
105 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
128 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.
0
votes
1answer
200 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
211 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;
...
0
votes
0answers
109 views
Implementing Speech recognition in android application
I tried to run this this into a phone:
Can't implement Google API Sample (VoiceRecognition)
is there any possibility to integrate the features of voice search into your own application??
0
votes
1answer
134 views
Problems in implementing speech recognition in android
I am a beginner in android development and i tried to run the code in this link:
http://www.jameselsey.co.uk/blogs/techblog/android-how-to-implement-voice-recognition-a-nice-easy-tutorial/
But i am ...
0
votes
3answers
387 views
Speech to text Conversion.?
For My Iphone Application I need a speech to text library.
Can any one suggest me a solution.
After two days digging what i found is Google speech to text API and open source OpenEars Library.
Can any ...
0
votes
1answer
228 views
speech-to-text disable windows auto handler and write what i say
I've started using .NET speech-to-text library (SpeechRecognizer)
While googling and searching this site i found this code sample:
var c = new Choices();
for (var i = 0; i <= 100; i++)
...
0
votes
0answers
191 views
How to save file from RecognitionListener onBufferReceived?
I am trying to use Android's Speech API to perform speech-to-text on user-spoken input and I would also like to get a copy of the audio they just spoke (to play back for other app features). It looks ...