Add 7.1 surround sound support for SDL audio output
This commit is contained in:
parent
847cc0a38a
commit
cd7649a666
6 changed files with 17 additions and 12 deletions
|
|
@ -252,6 +252,7 @@ StreamCommandLineParser::StreamCommandLineParser()
|
|||
m_AudioConfigMap = {
|
||||
{"stereo", StreamingPreferences::AC_STEREO},
|
||||
{"5.1-surround", StreamingPreferences::AC_51_SURROUND},
|
||||
{"7.1-surround", StreamingPreferences::AC_71_SURROUND},
|
||||
};
|
||||
m_VideoCodecMap = {
|
||||
{"auto", StreamingPreferences::VCC_AUTO},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue