You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.