vad(silero): fix memory issue

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-05 14:41:23 -07:00
parent 2d1ed9a304
commit 3dd4bac6e6
2 changed files with 24 additions and 1 deletions

View File

@@ -5,6 +5,13 @@ All notable changes to **pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.28] - 2024-06-05
### Fixed
- Fixed an issue with `SileroVADAnalyzer` that would cause memory to keep
growing indefinitely.
## [0.0.27] - 2024-06-05
### Added