Fix audio problems caused by stale HighQualitySurroundSupported and HighQualitySurroundEnabled values

This commit is contained in:
Cameron Gutman
2020-04-02 18:44:13 -07:00
parent 99f22fa7e9
commit d9d2668473
2 changed files with 8 additions and 10 deletions
+3
View File
@@ -381,6 +381,9 @@ static PSDP_OPTION getAttributesList(char*urlSafeAddr) {
else {
// 5 ms duration for legacy servers
AudioPacketDuration = 5;
// High quality audio mode not supported on legacy servers
HighQualitySurroundEnabled = 0;
}
if (AppVersionQuad[0] >= 7) {