summaryrefslogtreecommitdiff
path: root/src/audio/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/window.h')
-rw-r--r--src/audio/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/audio/window.h b/src/audio/window.h
new file mode 100644
index 0000000..8cb5dd8
--- /dev/null
+++ b/src/audio/window.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#define WINDOW_SIZE 512
+
+void hamming_window_512(float window[WINDOW_SIZE]);