From 75f8baab336c7e64c0dd6e4179de29d2ba53cb98 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Fri, 11 Jul 2025 11:56:16 -0300 Subject: [PATCH] Mentioning the fixes in the changelog. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3cb773f0..c9be48294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed an issue where using audio input with a sample rate requiring resampling + could result in empty audio being passed to STT services, causing errors. + +- Fixed the VAD analyzer to process the full audio buffer as long as it contains + more than the minimum required bytes per iteration, instead of only analyzing + the first chunk. + - Fixed an issue in ParallelPipeline that caused errors when attempting to drain the queues.