speech_recognition
speech_recognition copied to clipboard
Speech recognition module for Python, supporting several engines and APIs, online and offline.
I've developed a Voice Assistant with active background listening at all times. But, whenever the assistant responds to any user query, the speech recognition picks up the Assistant's Speech as...
Basically this issue: https://stackoverflow.com/questions/75362594/speech-recognition-printing-transcripts/ Steps to reproduce ------------------ 1. Run `query = r.recognize_google(audio)` without any print commands anywhere. Expected behaviour ------------------ Nothing would be printed in the output terminal. Actual...
Steps to reproduce ------------------ I am writing an Voice Assistant. It hears wake word and then should do stuff. I installed all the dependencies for speech_recognizion. I have a recognizer...
Hello! I have tried various codes and none of them work. I have Linux Xubuntu, with Ubuntu 22.04.1 LTS and Python 3.10.6 I put one of the codes: _import speech_recognition...
Hi all, I successfully installed speechrecognition-3.9.0 and python3 version-3.8.5 i am using, ``` Python 3.8.5 (default, Feb 1 2023, 11:57:01) [GCC 10.1.0] on linux Type "help", "copyright", "credits" or "license"...
Steps to reproduce ------------------ 1. (How do you make the issue happen? Does it happen every time you try it?) This issue happens upon running the python script containing the...
This isn't so much an issue, but more so a question that I was unable to find answers for on the regular forums. I was wondering if there was any...
I am getting a quite loud audio spike / noise sound at the end of an audio play in python when using the following script: https://gist.github.com/bbence84/04d1935a92a4b4ab3d44bf182ea4bcc1 Wav to be played,...
As the title says, is there a way to use an audio file like a .wav to do speech to text in realtime? Because I want to make virtual characters...
Hi, Is there a micropython version of the Speech_Recognition library available? Is the Speech_Recognition able to work with micropython? Thank you