From 4c3fd42b1ccea1be1ff6153398bb5b2e199dd953 Mon Sep 17 00:00:00 2001 From: ivaaan Date: Tue, 18 Nov 2025 20:36:45 +0100 Subject: [PATCH] fix changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83796864b..b346e002d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,8 +90,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Prevented `HeyGenVideoService` from automatically disconnecting after 5 minutes. -### Added - - Added ai-coustics integrated VAD (`AICVADAnalyzer`) with `AICFilter` factory and example wiring; leverages the enhancement model for robust detection with no ONNX dependency or added processing complexity.