From fbbad27d3769a95d460ebe7a40c559aa33ce1a12 Mon Sep 17 00:00:00 2001 From: Corvin Jaedicke Date: Fri, 14 Nov 2025 13:30:06 +0100 Subject: [PATCH] add changelog info --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cca64597..9fb339a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ 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. + ## [0.0.94] - 2025-11-10 ### Deprecated