Merge pull request #3050 from ai-coustics/aic-vad-analyzer

feat(ai-coustics): add ai-coustics integrated VAD
This commit is contained in:
Mark Backman
2025-11-14 08:11:15 -05:00
committed by GitHub
5 changed files with 246 additions and 25 deletions

View File

@@ -51,6 +51,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
### Changed