feat(discord): support Discord voice E2EE (DAVE / MLS)#478
Merged
Conversation
added 6 commits
May 28, 2026 00:18
…xit, and graceful bot logout
… reduce file size
…ile to drastically reduce size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要 / Summary
Discordボイスチャットにて最近導入された最新のエンドツーエンド暗号化プロトコル(E2EE / DAVE / MLS仕様)への対応を行います。
This PR adds full support for Discord's new end-to-end voice encryption protocol (E2EE / DAVE / MLS).
主な変更内容 / Key Changes
1. E2EE (DAVE) の有効化とネイティブDLLの自動配備
EnableVoiceDaveEncryption = true)を有効化しました。libdave.dllおよびdave.dll)がビルド時に自動で出力先(libフォルダ)へ配置され、実行時に自動検出・ロードされるようにプロジェクト構成と起動処理を改修しました。2. E2EE接続下における音声ストリームと切断プロセスの安定化
3. ヘルパー実行ファイルのパブリッシュ構成の最適化
検証結果 / Verification
dave=True)が正常に構築され、音声が安定して双方向で再生されることを検証済みです。