feat(audio): custom surround-params (#2424)
This commit is contained in:
parent
7371a206a4
commit
17e0f1a816
8 changed files with 161 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue