speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

Speech recognition module for Python, supporting several engines and APIs, online and offline.

Results 206 speech_recognition issues
Sort by recently updated
recently updated
newest added

Hi sir, when I used "IBM Speech to Text" to make some speech recognition,here are some results I got: ![default](https://user-images.githubusercontent.com/15179223/35223474-710d6648-ffbc-11e7-826b-0a8a42a45b4d.png) the speaker of this audio file is English. But if...

I'd like to get timestamps for each word in my transcript. Is it possible with `speech_recognition`?

i am currently trying to make a virtual assistant, and i am having some problems with .listen(source), it would listen to my audio for a very long time after i...

My code worked yesterday perfectly. Today I woke up and went to run the python script again and suddenly I was getting hit with "Bad Request" errors every time I...

Steps to reproduce ------------------ recognize_google(audio, pfilter = 0) Expected behaviour ------------------ It should return the transcribed text with the profanity included. Actual behaviour ---------------- TypeError: recognize_google() got an unexpected keyword...

File "C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\lib\site-packages\speech_recognition\__init__.py", line 108, in get_pyaudio import pyaudio ModuleNotFoundError: No module named 'pyaudio' During handling of the above exception, another exception occurred: File "F:\COMPUTER LANGUAGES\PYTHON\Python Codding\Jarvis\jarvis.py", line 48, in takecommand()...

Steps to reproduce ---------------- 1. (How do you make the issue happen? Does it happen every time you try it?) 2. (Make sure to go into as much detail as...

I asked this question on stack overflow and they told me to go here. If that is not appropriate, please do tell. I want to use this library to parse...

Steps to reproduce ------------------ 1. (How do you make the issue happen? Does it happen every time you try it?) 2. (Make sure to go into as much detail as...

Steps to reproduce ------------------ 1. (How do you make the issue happen? Does it happen every time you try it?) 2. (Make sure to go into as much detail as...