Add debug logging to KrispVivaTurn analyze_end_of_turn and update example

Move speech detection tracking outside the per-frame loop in append_audio
since is_speech applies to the whole buffer. Add debug log in
analyze_end_of_turn to show state and probability at decision time. Update
the Krisp VIVA example to use Cartesia TTS and turn analyzer strategy.
This commit is contained in:
Mark Backman
2026-02-23 21:27:39 -05:00
parent 9c2ac661a3
commit 65f563ad34
4 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1 @@
- Added debug logging to `KrispVivaTurn.analyze_end_of_turn()` to log turn state and probability at decision time.