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.
I took the code you provided in tests/realtimestt_test.py and it's working way worse than your showcase: https://github.com/user-attachments/assets/2be98186-8442-4205-b59a-0713dd8e127e
Below is a guide to running RealtimeSTT on AMD GPUs. Most of the time, building/replacing PyTorch and ONNX Runtime with their ROCm versions will work. However, this will *not* be...
removed unnecessary imports
on my system (Windows) queue.get() with no arguments will just hang during shutdown. I'm attempting to preserve the blocking behavior of audio_queue.get() with arguments True and 1. * True -...
``` Traceback (most recent call last): File "", line 1, in File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1520.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\spawn.py", line 122, in spawn_main exitcode = _main(fd, parent_sentinel) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1520.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\spawn.py", line 131, in _main...
Any examples of end to end speech to speech pipeline for better latency and interruption handling?
added : task, word_timestamps, without_timestamps , and for realtime change try from outside to inside loop
I have followed instructions and trying to install WSL2 windows getting below error. from RealtimeSTT import AudioToTextRecorder Traceback (most recent call last): File "", line 1, in File "/home/xxxxxxx/realtimetts/RealtimeSTT/RealtimeSTT/__init__.py", line...
This error occurs when attempting to run the standalone example from the Manual Recording section.
add TASK parameter ='translate' or 'transcribe'. faster whisper have it