Disable hrtf temporarily as its maybe causing hw issues
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-03-21 20:05:32 -04:00
parent 46ec60e5a9
commit 4fd56da7df

View File

@ -118,8 +118,8 @@ public class AudioEngine {
}
if(deviceCaps.ALC_SOFT_HRTF){
LoggerInterface.loggerAudio.INFO("SOFT HRTF PRESENT");
hasHRTF = true;
bufferSize++;
// hasHRTF = true;
// bufferSize++;
} else {
LoggerInterface.loggerAudio.INFO("SOFT HRTF NOT PRESENT");
}