v0.3.104
Dokploy/dokployv0.3.104May 3, 2025by KoljaB
AI Summary
This release introduces a new `start_callback_in_new_thread` parameter to the RealtimeSTT application. When enabled, callback functions are executed in a separate thread to ensure they do not block the main application thread.
Key Highlights
- New parameter: `start_callback_in_new_thread`
- Callback functions now execute in a new thread
- Prevents blocking of the main RealtimeSTT application thread
New Features
- New parameter: `start_callback_in_new_thread`
Full Release Notes
# RealtimeSTT 0.3.104 ### Features & Improvements - New parameter: **start_callback_in_new_thread** If set to True, all callback functions will be executed in a new thread. This can be useful if the callback function is blocking and you want to avoid blocking the realtimestt application thread.