v0.3.104

amruthpillai/reactive-resumev0.3.104May 3, 2025by KoljaB

AI Summary

Updates RealtimeSTT to version 0.3.104 with a new threading configuration option to prevent blocking the application thread during callbacks.

Key Highlights

  • New parameter `start_callback_in_new_thread`

New Features

  • Start callback in new thread parameter

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.