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.
File "/home/falan/.my_venv/lib/python3.10/site-packages/RealtimeSTT/audio_recorder.py", line 124, in run File "/usr/lib/python3.10/signal.py", line 56, in signal system_signal.signal(system_signal.SIGINT, system_signal.SIG_IGN) File "/usr/lib/python3.10/signal.py", line 56, in signal handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler)) handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler)) ValueError: signal...
I keep getting this error while using the dicker for Gpu : ========== == CUDA == ========== CUDA Version 12.4.1 Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All...
This pull request updates the README to inform users about a potential issue with Linux package managers automatically installing newer versions of dependencies that are not supported by the software....
https://www.edenai.co/post/top-free-speech-to-text-tools-apis-and-open-source-models edenai.co is an alternative is a provider for many ai providers unified to provide: Generative Al Image Text Speech OCR & Document Parsing Translation Also would be nice to...
Fixed a bug. When audio recorder is in recording state, calling `abort()` keeps the recorder running, the recorder then starts transcribing text if it gets enabled `start()` again. The change...
Wait until it says 'speak now' Could not locate cudnn_ops64_9.dll. Please make sure it is in your library path! Invalid handle. Cannot load symbol cudnnCreateTensorDescriptor RealTimeSTT: root - ERROR -...
Fixed abort function from getting stuck when the recorder is in the `transcribing` state or `inactive`. Fixed the abort from keeping the recorder running (in thread) when aborted in the...
Hi! After having issues installing RealTimeSTT (I had errors with a "wheel" (I'm not a programmer)), I was able to run the RealtimeSTT installer without error messages. But when I...
Thank you for such an amazing work. I wonder if one wants to process multiple users concurrently, how this library can be used in such a scenario with real-time transcription....
How to implement recording from the microphone and all system sounds?