vad: re-add volume exponential smoothing

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-22 15:26:32 -07:00
parent 09ab8e3efd
commit d5644c3ab9
3 changed files with 22 additions and 12 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).
## [Unreleased]
### Fixed
- Re-add exponential smoothing after volume calculation. This makes sure the
volume value being used doesn't fluctuate so much.
## [0.0.20] - 2024-05-22
### Added