Remove automatic audio configuration permanently due to brokenness and allow renderers to request reinitialization on demand
This commit is contained in:
parent
a614a693e5
commit
3dc049ee5f
10 changed files with 52 additions and 121 deletions
|
|
@ -194,7 +194,6 @@ StreamCommandLineParser::StreamCommandLineParser()
|
|||
{"borderless", StreamingPreferences::WM_FULLSCREEN_DESKTOP},
|
||||
};
|
||||
m_AudioConfigMap = {
|
||||
{"auto", StreamingPreferences::AC_AUTO},
|
||||
{"stereo", StreamingPreferences::AC_FORCE_STEREO},
|
||||
{"surround", StreamingPreferences::AC_FORCE_SURROUND},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue