Skip to content

Commit

Permalink
automatically turn volume down when people talks
Browse files Browse the repository at this point in the history
  • Loading branch information
xytxxx committed Sep 15, 2024
1 parent 534d8fa commit 9bd3b03
Show file tree
Hide file tree
Showing 9 changed files with 9,701 additions and 583 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ SPOTIFY_CLIENT_SECRET=
# BOT_ACTIVITY_TYPE=
# BOT_ACTIVITY_URL=
# BOT_ACTIVITY=
# TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK=
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,10 @@ In the default state, Muse has the status "Online" and the text "Listening to Mu
### Bot-wide commands

If you have Muse running in a lot of guilds (10+) you may want to switch to registering commands bot-wide rather than for each guild. (The downside to this is that command updates can take up to an hour to propagate.) To do this, set the environment variable `REGISTER_COMMANDS_ON_BOT` to `true`.

### Automatically turn down volume when people speak

You can let the bot automatically turn down the volume when people are speaking
in the channel though environment variable:
- `TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK=true`
- `TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK_TARGET=70` (optional, default is 70%)
Loading

0 comments on commit 9bd3b03

Please sign in to comment.