mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The Silero VAD session ran for the entire voice mode lifetime without resetting its LSTM hidden states. Over time the internal state drifted, causing phantom speech detection on silence and getting permanently stuck in the "speaking" phase. Add reset() to TurnDetectionSession and call it after each completed utterance to clear the LSTM hidden states between turns.