move vad package to audio.vad

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-17 09:29:37 -07:00
parent d1000f2fe4
commit 2a37b2459a
61 changed files with 439 additions and 415 deletions

View File

@@ -23,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed `OpenAILLMServiceRealtimeBeta` to `OpenAIRealtimeBetaLLMService` to
match other services.
- The `vad` package is now deprecated and `audio.vad` should be used
instead. The `avd` package will get removed in a future release.
### Fixed
- Fixed `SileroVAD` processor to support interruptions properly.