Skip to content

v0.3.101

Choose a tag to compare

@KoljaB KoljaB released this 11 Apr 12:50
· 117 commits to master since this release

RealtimeSTT 0.3.101

✨ Features & Improvements

  • Enhanced Real-time Responsiveness: Real-time transcription processing now intelligently pauses immediately when VAD detects silence, reducing latency and unnecessary work before the final transcription.
  • Client Connection Robustness: Using a more accurate WebSocket-based server check.
  • Remote Wake Word Delay Config: Clients can now configure the wake_word_activation_delay on the server.
  • Updated OpenAI Example: Refreshed the openai_voice_interface.py example with the latest OpenAI API, EdgeEngine TTS, configuration flags, and graceful shutdown.