feat(audio): custom surround-params (#2424)

This commit is contained in:
Mariotaku 2024-06-01 11:50:34 +09:00 committed by GitHub
commit 17e0f1a816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 161 additions and 18 deletions

View file

@ -185,6 +185,7 @@ namespace proc {
_env["SUNSHINE_CLIENT_AUDIO_CONFIGURATION"] = "7.1";
break;
}
_env["SUNSHINE_CLIENT_AUDIO_SURROUND_PARAMS"] = launch_session->surround_params;
if (!_app.output.empty() && _app.output != "null"sv) {
#ifdef _WIN32