Merge pull request #3391 from pipecat-ai/filipi/krisp_followup_improvements

Krisp VIVA follow-up improvements
This commit is contained in:
Filipi da Silva Fuchter
2026-01-09 10:39:23 -05:00
committed by GitHub
7 changed files with 32 additions and 20 deletions

1
changelog/3391.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `KrispVivaTurn` analyzer for end of turn detection using the Krisp VIVA SDK (requires `krisp_audio`).

View File

@@ -0,0 +1 @@
- Improved Krisp SDK management to allow `KrispVivaTurn` and `KrispVivaFilter` to share a single SDK instance within the same process.

1
changelog/3391.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed potential memory leaks and initialization issues in `KrispVivaFilter` by improving SDK lifecycle management.