The translation of spoken words into text. Possible synonyms include automatic speech recognition, ASR, computer speech recognition, speech to text, STT.
Questions tagged [speech-to-text]
2372 questions
5
votes
5 answers
Real-time speech recognition from a phone call recorded with Twillio
I'm currently using Twilio to make phone calls and I'd like to add a speech recognition element such that if a user says a specific phrase, my backend can take specific actions. If you're familiar with Twilio, something akin to the Gather verb. It…

David
- 115
- 9
5
votes
4 answers
How To Make iOS Speech-To-Text Persistent
I am conducting initial research on a new potential product. Part of this product requires Speech-To-Text on both iPhones and iPads to remain on until the user turns it off. Upon using it myself, I noticed that it either automatically shuts off…

Ethan
- 1,905
- 2
- 21
- 50
5
votes
3 answers
RNN for End-End Speech Recognition using TensorFlow
I have not beeen successful in training RNN for Speech to text problem using TensorFlow. I have decided on using pure FFT (i.e. spectrogram) as training data to reproduce the results of method described in Alex Graves, and Navdeep Jaitley, 2014, and…

VM_AI
- 1,132
- 4
- 13
- 25
5
votes
1 answer
Android speech to text :: getting text updated at realtime
I want to convert speech to text in my app..
For this i am using recognitionListener interface
Everything works fine but how to get the text updated and shown even while speaking( like in google now voice search)
I have set the…

user5894647
- 544
- 6
- 15
5
votes
2 answers
Stream audio from mic to IBM Watson SpeechToText Web service using Java SDK
Trying to send a continuous audio stream from microphone directly to IBM Watson SpeechToText Web service using the Java SDK. One of the examples provided with the distribution (RecognizeUsingWebSocketsExample) shows how to stream a file in .WAV…

Robert Grzeszczuk
- 141
- 2
- 11
5
votes
2 answers
How can I Toast after Text to Speech finish speaking Android
How can I Toast after Text to Speech finish speak. Actually I want to do someting more than Log.
This is my code.
public class MainActivity extends AppCompatActivity implements TextToSpeech.OnInitListener, TextToSpeech.OnUtteranceCompletedListener…

bigcenima
- 73
- 1
- 5
5
votes
1 answer
Speech recognition of the large name list
We use a solution in C#.net where someone can call a phone number and speak a persons First, and then Last Name. Then the name is entered on a guest registry on our website. We use an XML dictionary file with 5,000 First Names and 89,000 last names…

Denver Coder
- 77
- 8
5
votes
0 answers
How to automatically transcribe a Skype meeting, correctly attributed to each participant?
Assuming each participant agrees to the recording and transcription of the Skype call, is there a way to transcribe the meeting (either live or offline or both) such that it produces a text transcript where each spoken text is correctly attributed…

user3898238
- 957
- 3
- 11
- 25
5
votes
3 answers
Annyang converting speech to text
I'm trying to use annyang to convert speech into text, but I've ran into some problems. It works, but there's a few things that doesn't yet. First, I would like to know how would I be able to pass whatever the user said, into the alert function.…

frosty
- 2,559
- 8
- 37
- 73
5
votes
2 answers
Speech Recognition for small vocabulary (about 20 words)
I am currently working on a project for my university. The task is to write speech recognition system that is going to run on a phone in background waiting for few commands (like. call 0 123 ...).
It's 2 months project so it does not have to be…

Karol Czaradzki
- 369
- 2
- 12
5
votes
3 answers
Real-time call transcription on Android
I am an Android developer who is living with hearing impairment and I am currently exploring the option of making a speech to text app with Speech Recognizer API in Android. Closed-captioning telephones and Innocaption are not available in in my…

Lorteld
- 153
- 1
- 8
5
votes
3 answers
Android SpeechRecognizer Network Error
I'm trying to create a continous speech recognition in Android 4.4, simple displaying the spoken words in a TextView, like a dictate. I followed multiple tutorials, like…

nibeh
- 143
- 1
- 1
- 9
5
votes
0 answers
java.lang.SecurityException: Not allowed to bind to service Intent (HTC voice dictation)
Folks,
I wrote a speech recognition app using android's built-in speech recognition classes. Once in a while the following exception shows up in my developer console when the startListening function is called on the speech recognizer object obtained…

user3268403
- 203
- 2
- 14
5
votes
2 answers
Speech To text In Visual Basic
I have the code for speech to text written in Visual Basic, but it recognizes only first word or sentence spoken, then it stops recognizing. I want it to keep listening. How can I do that? What is the problem?
Here's the code I have for now:
Imports…

Guru Shankar
- 53
- 1
- 1
- 3
5
votes
2 answers
Are there free speech to text API's for Javascript?
I would like to create a web interface which would utilize a speech to text feature. Does anyone know of any speech to text api's which can be written in Javascript? Thanks in advance!

Spencer S.
- 356
- 2
- 4
- 7