You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [release history](https://github.com/KoljaB/RealtimeSTT/releases).
36
36
@@ -477,6 +477,8 @@ When you initialize the `AudioToTextRecorder` class, you have various options to
477
477
478
478
- **no_log_file** (bool, default=False): If set, the system will skip writing the debug log file, reducing disk I/O. Useful if logging to a file is not needed and performance is a priority.
479
479
480
+
- **start_callback_in_new_thread** (bool, default=False): If set, the system will create a new thread for all callback functions. This can be useful if the callback function is blocking and you want to avoid blocking the realtimestt application thread.
481
+
480
482
#### Real-time Transcription Parameters
481
483
482
484
> **Note**: *When enabling realtime description a GPU installation is strongly advised. Using realtime transcription may create high GPU loads.*
0 commit comments