Lisää Petrin siivotun shaderin

FFT ohjaa hexojen korkeutta
Ylimääräiset tavarat siivottu random.frag tiedostoon
syncs[0] aika sekunteina
This commit is contained in:
2025-07-15 14:20:38 +03:00
parent 3fcd960c9c
commit cc6619f9a0
5 changed files with 1106 additions and 41 deletions

View File

@ -2,6 +2,6 @@
#include <stdlib.h>
#include <math.h>
#define FFT_SIZE 4096
#define FFT_SIZE 2048
void init_hamming_window();
void compute_fft(float* time_data, float* freq_out);