Enable crinkler

This commit is contained in:
2025-07-15 00:32:15 +03:00
parent 96de65cde0
commit 3fcd960c9c
5 changed files with 8 additions and 10 deletions

View File

@ -3,6 +3,9 @@
static float window[FFT_SIZE];
constexpr float M_PI = 3.14159;
// Call once before use
void init_hamming_window() {
for (int i = 0; i < FFT_SIZE; i++) {