RealtimeSTT icon indicating copy to clipboard operation
RealtimeSTT copied to clipboard

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.

Results 118 RealtimeSTT issues
Sort by recently updated
recently updated
newest added

This worked for me if it can help others. [macos fix.md](https://github.com/user-attachments/files/18563409/macos.fix.md)

Close: #183 Try to avoid breaking the existing config options, for providing a default useful settings for user. Outputs: ![image](https://github.com/user-attachments/assets/2e7106ab-0519-4851-b3dd-45c9b779b18f) Then you can config the logger in your app: ```...

Hi, First of all that's a great work. I have a great dependency to implement this for multiple clients. So can you (@KoljaB ) guide me to achieve this.

Thanks for a great program/script! Is there a way, or can a way be added to have a wake word delay? What I mean by this, is a way for...

Huge shootout for the work done!! Need help ``` # Initialize recording state is_recording = False # Function to toggle recording state def toggle_recording(): global is_recording is_recording = not is_recording...

When I use this lib, I found that I can not use logging to output any logs, and all output logs are formated with the prefix of `RealTimeSTT:`

Hi, I just discovered your project and I have to say I'm very interested but I am already running a Docker compose powered [faster whisper server](https://github.com/fedirz/faster-whisper-server/) and was wondering how...

I tried to install it using pacman but it can't find anything error: target not found: python-RealtimeSTT

PS C:\Users\cheng> & C:/Users/cheng/anaconda3/envs/daily/python.exe d:/code/spy/实时语音转文字.py Wait until it says '开始' \ transcribingCould not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path! RealTimeSTT: root - ERROR - Error...

Hello, author. I am currently using it on my computer, and it can fully recognize my voice. However, how can I make it record the sounds from my computer in...