summaryrefslogtreecommitdiff
path: root/src/audio/dct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/dct.h')
-rw-r--r--src/audio/dct.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/audio/dct.h b/src/audio/dct.h
index ee3e9b3..ec9f651 100644
--- a/src/audio/dct.h
+++ b/src/audio/dct.h
@@ -4,7 +4,9 @@
#pragma once
-#define DCT_SIZE 512
+#define DCT_SIZE 512
+#define OLA_HOP_SIZE 256
+#define OLA_OVERLAP 256
// Forward declarations
void fdct_512(const float* input, float* output);