Disable hrtf temporarily as its maybe causing hw issues
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
46ec60e5a9
commit
4fd56da7df
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user