fix: make !volume apply immediately during playback
stream_audio now accepts a callable for volume, re-read on each PCM frame instead of capturing a static float at track start. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1576,7 +1576,7 @@ and voice transmission.
|
||||
```
|
||||
|
||||
- Queue holds up to 50 tracks
|
||||
- Volume applies from the next track (default: 50%)
|
||||
- Volume takes effect immediately during playback (default: 50%)
|
||||
- Title resolved via `yt-dlp --get-title` before playback
|
||||
- Audio pipeline: `yt-dlp | ffmpeg` subprocess, PCM fed to pymumble
|
||||
- Commands are Mumble-only; `!play` on other adapters replies with an error,
|
||||
|
||||
Reference in New Issue
Block a user