Open SuperNiceDev opened 1 week ago
I agree, this seems to be a common issue. It also seems to interrupt itself a lot.
Thanks for the confirmation.
I was able to get it working pretty well. Heres how
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.