deprecate pipecat.sync package

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-03 18:44:41 -08:00
parent f37a53cc25
commit 8dc9872ed5
13 changed files with 35 additions and 78 deletions

View File

@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- Package `pipecat.sync` is deprecated, use `pipecat.utils.sync` instead.
- The `noise_gate_enable` parameter in `AICFilter` is deprecated and no longer
has any effect. Noise gating is now handled automatically by the AIC VAD
system. Use `AICFilter.create_vad_analyzer()` for VAD functionality instead.