feat: automatically turn down volume when people talks

This commit is contained in:
Yitong Xiao 2024-09-15 17:53:05 -04:00
parent 534d8fafaa
commit aae98255b1
7 changed files with 90 additions and 4 deletions

View file

@ -5,6 +5,12 @@ 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]
## [2.9.5] - 2024-09-15
### Added
- An optional `TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK` config to automatically turn
down the volume when people are speaking in the channel
- An optional `TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK_TARGET` config to set the target volume when people are speaking in the channel
## [2.9.4] - 2024-08-28