Smart Turn analyzer now uses the full context of the turn rather than just the audio since VAD last triggered (fixes #3094)

This commit is contained in:
marcus-daily
2025-12-04 11:42:40 +00:00
committed by Marcus
parent b1e5d68d97
commit 7ba0ebba11
2 changed files with 4 additions and 4 deletions

View File

@@ -40,6 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated Smart Turn model weights to v3.1.
- Smart Turn analyzer now uses the full context of the turn rather than just the
audio since VAD last triggered.
### Deprecated
- Package `pipecat.sync` is deprecated, use `pipecat.utils.sync` instead.