aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-05-21 15:25:03 -0700
committerChris Robinson <[email protected]>2020-05-21 15:25:03 -0700
commit109875942c429a3c3eabfb873180d3a465e4ec53 (patch)
tree168627ce79b003cbd4de4f89dec4cbb0f074c878 /alc/hrtf.h
parent94105409f8a6d4e1a6b0d49ce03951f2c3bc3f6f (diff)
Slightly increase the HRTF direct delay
To help improve the phase-corrected HF scaler.
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index 29a0864c..16a3983c 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -79,7 +79,7 @@ struct AngularPoint {
AzRadians Azim;
};
-#define HRTF_DIRECT_DELAY 128
+#define HRTF_DIRECT_DELAY 192
struct DirectHrtfState {
struct ChannelData {
std::array<float,HRTF_DIRECT_DELAY> mDelay{};