Allow XAudio2 to be selected as a surround backend.
This commit is contained in:
parent
f37ff190e4
commit
99a35568ca
|
@ -129,6 +129,8 @@ bool SupportsDPL2Decoder(const std::string& backend)
|
||||||
return true;
|
return true;
|
||||||
if (backend == BACKEND_PULSEAUDIO)
|
if (backend == BACKEND_PULSEAUDIO)
|
||||||
return true;
|
return true;
|
||||||
|
if (backend == BACKEND_XAUDIO2)
|
||||||
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue