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

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...

Support for receiving captured audio one chunk at a time, while continuing to use the wakeword and audio energy detection code. Notably, Coqui.ai/DeepSpeech (the python STT package) support a streaming...

Steps to reproduce ------------------ Below function get the input_device i.e device_index to listen the input stream, Is it possible to run this function in two threads and get the input...

Steps to reproduce ------------------ 1. I attempted to utilize the SpeechRecognition library on a Raspberry Pi to develop a speech recognition project. Whenever I call the Microphone() resource within a...

added method 'recognize_whispercpp' to support [whisper.cpp](https://github.com/ggerganov/whisper.cpp) as backend for recognizing speech ``` Adapted from code: https://github.com/eliranwong/freegenius/blob/96d2fd7751ca26f2c7adaa63082a3cb79681f3ed/package/freegenius/utils/prompts.py#L118 Performs speech recognition on ``audio_data`` (an ``AudioData`` instance), using Whisper. ``whispercpp_main`` is the local...

Add subprocess DEVNUL to stderr param to avoid process conflict when run in IIS server

Explanation: Between the hard-coded default of 300, and the automatic adjustment, is the ability to let the caller pick the value. In our case, our environment has people talking, and...

Add flush_flag to listener to flush the recorded audio immediately without waiting for the phrase to complete. I am working on a real time speech to text application where I...

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...