v0.3.104

rathole-org/ratholev0.3.104May 3, 2025by KoljaB

AI Summary

This release adds a new configuration parameter to execute callback functions in a separate thread, preventing them from blocking the main application thread.

Key Highlights

  • New `start_callback_in_new_thread` parameter for thread-safe execution.
  • Allows callback functions to run without blocking the realtime transcription application thread.

New Features

  • New parameter `start_callback_in_new_thread` to run callbacks in a 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.