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
14
votes
3 answers
Speech recognition, nodeJS
I'm currently working on a tool allowing me to read all my notifications thanks to the connection to different APIs.
It's working great, but now I would like to put some vocal commands to do some actions.
Like when the software is saying "One mail…

Vico
- 1,696
- 1
- 24
- 57
13
votes
2 answers
Voice to Text conversion R
Is there any way to convert user speech to text in realtime using R ? Just curious. Also it will be great if anybody could share some examples regarding what they have done in this domain.

bison2178
- 747
- 1
- 8
- 22
13
votes
12 answers
ImportError: No module named 'speech_recognition' in python IDLE
I'm trying to use the speech recognition module with python 3.5.1 to make my jarvis AI voice activated! I have looked through stack overflow and found some questions similar to mine but they did not have the answer that i needed, i need an answer…

Sergei Glimis
- 390
- 2
- 5
- 17
13
votes
5 answers
bind to recognition service failed
i am testing VoiceRecognition.i have searched and didn't find any feasible answer.
here is the code.
import android.content.Intent;
import android.speech.RecognitionListener;
import android.speech.RecognizerIntent;
import…

Bilal Shahid
- 143
- 2
- 9
12
votes
3 answers
Grammar in Google Web Speech API
Can I improve Google speech API recognition by give him a words list (in my case the request of user is very predictable) to make recognition more accurate?

Rnd_d
- 557
- 2
- 7
- 20
12
votes
9 answers
How can I convert Amazon Transcribe json response to a caption format (srt, webvvt, etc)?
Trying to find a package that convert my json response from the Amazon AWS Transcribe service with no luck.
You can see an example of the JSON in the JavaScript part of the Fiddle.
I wouldn't like to take the naive approach and just "bundle" like 10…

Daniel Angel
- 489
- 1
- 6
- 14
12
votes
6 answers
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 to the project so I could get a more precise idea…

tnunamak
- 2,069
- 3
- 22
- 34
12
votes
1 answer
How to translate live streaming using google speech api?
This is the Google Speech API docs: https://cloud.google.com/speech/docs/sync-recognize
I trried this API for 2 weeks, but still can't solve my main purpose (translate live streaming).
I'm using PHP. (other language suggestion is allowed, I will…

plonknimbuzz
- 2,594
- 2
- 19
- 31
12
votes
1 answer
Android Speech Recognition API does not work in Android 7 Nougat
I am using the android.speech.SpeechRecognizer API for speech.
I works great in Android 4-5,
In Android 6 it now has a bunch of bugs, like the chime that occurs when the mic turns on is detected as speech, so it exists (and loops indefinitely when…

James
- 17,965
- 11
- 91
- 146
12
votes
1 answer
Android Speech to Text Example
I've looked at the Android example for VoiceRecognition, but I don't really understand what it is suppose to do or how it works. In the manifest there isn't any sort of main activity to run and so when I install the app on my phone I can't run…

Palagerini
- 159
- 1
- 1
- 6
11
votes
2 answers
Continuous listen the user voice and detect end of speech silence in SpeechKit framework
I have working an application where we need to open certain screen based on voice command like if user says "Open Setting" then it should open the setting screen, so far that I have used the SpeechKit framework but I am not able to detect the end of…

Ramkrishna Sharma
- 6,961
- 3
- 42
- 51
11
votes
1 answer
Speech to text using TensorFlow
I'm new to TensorFlow and I am looking for help on a speech to text recognition project. Is there an example that showcases how to use TensorFlow for speech to text? I hear that it was used within Google to improve accuracy by 25%

Chesser
- 121
- 1
- 1
- 4
11
votes
2 answers
Error ERROR_RECOGNIZER_BUSY with offline speech recognition
I have made research on google offline speech recognition. but it works fine in google nexus 5(OS:-4.4) but same build if I implement in Samsung galaxy s5(OS:-5.0) it is not recognizing and it is showing this error:
8- ERROR_RECOGNIZER_BUSY.
Below…

Rao's
- 1,087
- 8
- 24
- 45
11
votes
3 answers
Google speech Api v1 not working?
I have developed an app using the Google speech Api v1
https://www.google.com/speech-api/v1/recognize?xjerr=1&client=chromium&lang="+language_code;
and this link was used to get the response. It was working fine but just from today it's not…

Sunil Sunny
- 3,949
- 4
- 23
- 53
11
votes
6 answers
Recognize letters said by a person using Java
I need to recognize a alphabet spoken by user into a device's microphone. The device could be a Android driven mobile phone.
For example, when user says 'R' it should give me 'R' and not 'Are'..
How to accomplish this spoken letter recognition in…

Ron
- 24,175
- 8
- 56
- 97