RealtimeSTT
RealtimeSTT copied to clipboard
A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
im trying to use this as a test for a small program im working on: recorder = AudioToTextRecorder( spinner=True, silero_use_onnx=True, silero_deactivity_detection=True, model="tiny.en", language="en", device="cpu", #gpu_device_index=0 ensure_sentence_ends_with_period=False, ensure_sentence_starting_uppercase=False, enable_realtime_transcription=True, realtime_model_type="tiny.en", on_vad_start=on_vad_start,...
As mps is not currently supported for CTranslate2, is it possible to add a whisper.cpp based backend for better performance on apple metal devices? Thanks
**Is your feature request related to a problem? Please describe.** Support for real time streaming STT (Fireworks) for Speech recognition **Describe the solution you'd like** Implement Fireworks in Realtime streaming...
I'm using windows 10 and tried generating a code for doing this using Gemini 2.5. I could not do it and I ask to provide a suitable example, cause examples...
I created an open wake word. [https://github.com/dscripka/openWakeWord/discussions/227]  If you look at the graph below, you can see that the model works well. However, when I applied it to realtimestt,...
I've set up a hotkey with the keyboard module so that when I press ctrl-d a function calls recorder.stop() in parallel while recorder.text() is already running. I've noticed that when...
I am using the RealtimeSTT library to process pre-recorded PCM audio chunks. However, when feeding the audio, the system seems to expect live audio input and outputs the message "speak...
When using I'm currently running cuda 12.8 and am running into this error RuntimeError: Library cublas64_12.dll is not found or cannot be loaded
## Description When using AudioToTextRecorder from RealtimeSTT, the Voice Activity Detection (VAD) events on_vad_detect_start and on_vad_detect_stop are triggered in reverse order compared to expected behavior: - on_vad_detect_start fires when there...
I try to install in my macOS M1, but alway get this error. and i try to do this #193 , but not work~ ```shell conda create -n [email protected] python=3.10...