Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
5answers
6k views

C#: transcribe WAV file to text (speech-to-text) with System.Speech namespaces

How do you use the .NET speech namespace classes to convert audio in a WAV file to textual form which I can display on the screen or save to file? I am looking for some tutorial samples. UPDATE ...
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 ...
6
votes
3answers
55k views

How do I convert speech to text?

How could I take MP3 and convert the speech to text? I've got some recorded notes from a conference and from meetings (there is a single voice on the recording, which is my voice). I thought it would ...
5
votes
2answers
555 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
5answers
2k views

SpeechRecognizer causes ANR… I need help with Android speech API

EDIT: I should have mentioned this already, but I'm running this code in a service. The entire app is turned on/off by a widget button and has no activity. Update: I tried attaching the SDK sources ...
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
303 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
0answers
142 views

Voice Input to Populate Edit Text in android?

I am working on voice input in android. I used the sample from http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html And while testing ...
3
votes
2answers
336 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
3answers
426 views

Speech To Text using C#

I am trying to design a text editor using C# language and implement voice recognition for the normal file features , is this possible to implement. I am very sorry if I am repeating the question which ...
3
votes
0answers
303 views

Linux > Python > TTS, STT & voice reconization

Text to Speech I had been trying to run pyttsx in windows as well as Linux environment... Linux Environment: import pyttsx engine = pyttsx.init() the python just hangs up after executing the ...
3
votes
2answers
943 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 ...
3
votes
7answers
653 views

Which language to use to write a Speech Recognition software?

I want to write a basic Speech Recognition software which can convert speech to text. I wanted to know which language is most suited to write such a software. Is Java suited for this job? edit : ...
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
52 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
198 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
57 views

Wav files voice to Text

Is there a library that I could use in either a script or a .Net project that does Voice to text? I have a directory full of voice prompts for dozens of customers and multiple accounts under each ...
2
votes
2answers
115 views

Speech to text button in textbox on a webpage

Is is possible to have a working Google speech to text button in a textbox on a webpage? How can it be done?
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
182 views

Speech to Text from own sound file

As you probably know, implementing speech-to-text is pretty easy with the Android API. All you have to do is just call up the API's intent and it will return text for you. My case is a bit different, ...
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
864 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
780 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
1answer
636 views

Speech to text API for iphone?

Can anyone provide sample integration or please let me know any 3rd party api for speech to text conversion in iphone ? Thanks & Regards, Tariq
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?
2
votes
3answers
539 views

How to go about making an untrained speech to text converter?

I have a severe to profound deafness from a very early age but luckily I can speak like a normal person. Verbal communication has always been difficult for me due to my impaired speech recognition ...
2
votes
2answers
721 views

Do all voice-to-text algorithms operate in real-time?

Do all voice-to-text algorithms of current technology operate in real-time? I don't mean with a person sitting at a computer with a microphone, but rather inputing a pre-recorded audio file. i.e. If ...
1
vote
1answer
93 views

Accessing continuous voice recognition in Android 4.0

I am trying to get continuous voice input to work in my Android application. I tried using the built-in SpeechRecognizer Intent but it waits for the user to finish speaking before processing the ...
1
vote
1answer
160 views

How to use CMU Sphinx 4 for speech to text with english voxforge models

I'm trying to figure out how to use sphinx4 or pocketsphinx with the english voxforge model but I can't get it working. I have tried to read doc pages (like this one ...
1
vote
1answer
89 views

How to enable voice input on a numeric EditText?

I would like to leverage Android's ability to accept voice input on an EditText control that is configured for numeric input. I would like the numeric keyboard to pop up when the control gets focus. I ...
1
vote
1answer
95 views

Is there any API for Text-Speech?

I'm looking for a Text-Speech API for my project, but I couldn't find a good one, because I'm looking for free. I have found iSpeech, It's free for mobile developers but you must if you are a web ...
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
1answer
189 views

Speech recognition in C#

I'm doing a project that involves speech recognition. But here i don't just need to recognize simple commands, I need my application to identify a lengthy sentence. Such as "My name is jack, I live ...
1
vote
2answers
676 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
715 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
984 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
96 views

Can I use freetts to detect a specific sound from audio input?

Can I use freetts to do something like speech to text convert? I need to detect a specific sound from audio input from my laptop, can I do this by freetts in java?
1
vote
1answer
411 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
2answers
705 views

How to launch Native App from Web app in iPhone?

I want to access TTS/STT functionality of iOS from web app. Since web app dont access ios device functions, is it possible to launch Native app from Web app? e.g. When user wants to access TTS (e.g. ...
1
vote
1answer
80 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 2 3