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
0
votes
1 answer
Multiprocess error while using map function in python with N-Gram language model
I wanna increase the accuracy of my speech2text model with using a N-Gram. So i'm using this line of code to apply the function on the whole dataset as below:
result = dataset.map(predict, batch_size=5, num_proc=int(os.environ.get('cpu_core')))
The…

Ali Bahadorani
- 193
- 1
- 9
0
votes
0 answers
Deepgram Live translation With Different Language
I am performing Speech to Text translation with the help of deepgram in Angular with the use of WebSocket but unable to finad an option to mention the preferred language in which I want the transcription. Can anyone help me with…

Ansh Vijay
- 1
- 3
0
votes
0 answers
Time offsets speech to text - goggle speech to text API
I'm trying to get google speech-to-text API to give me the precise onset and offset of voice in an audio file but the offsets it gives me are off.
I'm using the python script for this.
I get this info as the time offsets:
start_time: 0.4, end_time:…

aliencode
- 49
- 4
0
votes
0 answers
File Storage Locate Tracker Cloud not Local
Here's the mistery of my GCC journey, folks. I don't know how to locate cloud storaged file, because as you can see only local files has path. My file should be uploaded from my Google Drive's directory, but when I search the path in the details'…

Mar Ker
- 1
- 1
0
votes
0 answers
Using PyAudio stream on remote server (EC2 instance)
Hi, I'm trying to create a stream of PyAudio to make a speech-to-text on a website (with a microphone).
I'm not really sure what the best way of achieving this so feel free to suggest new ways.
The current Structure is:
WEB -> Api gateway (web…
0
votes
2 answers
Google STT vs nvidia Riva vs Kaldi for customising ASR
I am trying to build a customized ASR there are three options I could think of to implement this.
Google STT
Nvidia Riva
Kaldi ASR
Which is best for customizing?
user15161503
0
votes
0 answers
I tried this code from the online tutorial, but even after using the same code it is not working for me
def take_command():
r = sr.Recognizer()
with sr.Microphone() as source:
print("\nListening.......")
audio = r.listen(source)
try:
query = r.recognize_google(audio,language='en-in')
except:
print("\nDidn't catch…

Nitesh Chavan
- 1
- 2
0
votes
0 answers
Can I use a combo box to change the enable or disable the punctuation c# window form with microsoft azure
I am making Speech to text application in C Sharp window form with Microsoft azure. I would also like to have a combo box on my form which allows the user enable or disable the punctuation which I have include in combo box which they would like to…

Babar Ali
- 133
- 10
0
votes
1 answer
Error: SpeechRecognitionError msg: error_speech_timeout, permanent: true - in Flutter
I'm using speech_to_text: ^5.6.1 plugin to speech into text, it is working fine on iOS. But in android it's working fine upto 3 seconds after that recording automaically getting stopped and throws error Error: SpeechRecognitionError msg:…

Anand
- 4,355
- 2
- 35
- 45
0
votes
0 answers
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??

Keith Albert Perez
- 1
- 1
- 3
0
votes
0 answers
speech recognizing in C# window form
I am making speech to text app in C# window form it was working fine and running in vs but I
want to make I have add a button in my application I want to make when I click on the button it start recognizing when I clicked on the button again the…

Babar Ali
- 133
- 10
0
votes
1 answer
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 experiencing crashing errors. What should I do?
0
votes
1 answer
I am executing .py file in Java using Jython 2.7.2 and getting error as org.python.core.PyException: ImportError: No module named speech_recognition
I am executing .py file in Java using Jython 2.7.2 and getting error as org.python.core.PyException: ImportError: No module named speech_recognition. Can anyone please help resolving the issue.
Attached the code snippet of my java and .py files and…

Raja
- 1
0
votes
1 answer
Does Azure offer Batch translations ? I've exhausted their documentation
I would really appreciate if someone could shed some light on my issue.
I need to do a batch translation of audio files to text, translating this from one language to another.
I have been looking at the documentation (the below url for hours) and…

Dianna
- 1
- 2
0
votes
1 answer
synapseml SpeechtoTextSDK with MP3 not working
I am able to use the transformer SpeechToTextSDK of SynapseML to convert wav files to text in Databricks. However, with mp3, I have the error : 0x27 (SPXERR_GSTREAMER_INTERNAL_ERROR).
In their documentation…

DANG Linh
- 1
- 1