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
I was able to get it working pretty well. Heres how
System constantly processes microphone input at regular intervals (every 0.1 seconds)
Input is converted to PCM16 format and sent to OpenAI's server
Server performs Voice Activity Detection (VAD)
User speaks during AI audio →
→ Server detects speech ("input_audio_buffer.speech_started" event) →
→ AudioManager stops current audio playback
→ System cancels active response
→ All states reset (isResponseActive, activeResponseId, etc.)
→ System ready for new interaction
In VAD mode it seems you cannot interrupt the assistant. It makes a short break, but then keeps on going.
The text was updated successfully, but these errors were encountered: