mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-08-07 16:26:33 +00:00
Fix audio problems caused by stale HighQualitySurroundSupported and HighQualitySurroundEnabled values
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user