Don't make the DAC rate weird

This commit is contained in:
PJB3005
2026-03-14 14:22:33 +01:00
parent 82b4f6327c
commit 602f69673b
+3
View File
@@ -98,7 +98,10 @@ void JASDriver::setOutputRate(JASOutputRate param_0) {
sSubFrames = 10;
sDacRate = 48000.0f;
}
#if !TARGET_PC
sDacRate *= 1.0008897f;
#endif
}
const JASDriver::MixFunc JASDriver::sMixFuncs[4] = {