v0.3.100

KoljaB/RealtimeSTTv0.3.100Mar 23, 2025by KoljaB

AI Summary

This release introduces new VAD callbacks on_vad_start and on_vad_stop that trigger on voice activity presence, while reverting the functionality of on_vad_detect_start and on_vad_detect_stop back to triggering when the system starts/stops detecting for VAD presence.

Key Highlights

  • New on_vad_start callback triggered on VAD presence
  • New on_vad_stop callback triggered on VAD presence
  • Reverted on_vad_detect_start and on_vad_detect_stop functionality

New Features

  • on_vad_start callback
  • on_vad_stop callback
  • on_vad_detect_start callback (reverted behavior)
  • on_vad_detect_stop callback (reverted behavior)

Full Release Notes

# RealtimeSTT 0.3.100

#### New VAD callbacks on_vad_start and on_vad_stop
   - triggering on VAD presence
   - reverted functionality of on_vad_detect_start, on_vad_detect_stop back to: triggered when the system starts/stops detecting for VAD presence