mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-03 11:00:16 -04:00
Don't make the DAC rate weird
This commit is contained in:
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user