Releases: hajrs/StreamDeck-DiscordVolumeMixer2
Releases · hajrs/StreamDeck-DiscordVolumeMixer2
Release list
Discord Volume Mixer 2 Revived v2.0.2
Revived community build of Discord Volume Mixer 2 for Stream Deck.
Credits:
- Original project: https://github.com/CZDanol/StreamDeck-DiscordVolumeMixer2 by CZDanol
- Discord IPC dependency: https://github.com/CZDanol/QtDiscordIPC by CZDanol
What changed in this build:
- fixes Discord authorization timing/popup cancellation behavior
- supports current Discord OAuth token exchange requirements
- fixes Qt TLS deployment on Qt 6.11 by using Windows Schannel
- redacts OAuth tokens/secrets from logs
- improves reconnect behavior and guards empty voice-channel actions
Install:
- Download
DiscordVolumeMixer2-Revived-v2.0.2.streamDeckPluginfrom this release. - Double-click it to install into Stream Deck.
- Follow the original setup flow, making sure the Discord account using the plugin is the app owner or an app tester.
Validation:
- built with Qt 6.11.2 MinGW 64-bit
- tested live with Stream Deck and Discord
- live log showed
Active TLS backend "schannel"and successful Discord voice events
Upstream PRs:
- Main plugin: CZDanol#52
- QtDiscordIPC dependency: CZDanol/QtDiscordIPC#1