Browse Source

TODO: Make FFT Analyzer take into account multiple channels somehow

Extracted from https://github.com/tsoding/musializer/pull/11
rexim 8 months ago
parent
commit
c3f16b269e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/plug.c

+ 2 - 0
src/plug.c

@@ -207,6 +207,8 @@ typedef struct {
     float out_log[FFT_SIZE];
     float out_log[FFT_SIZE];
     float out_smooth[FFT_SIZE];
     float out_smooth[FFT_SIZE];
     float out_smear[FFT_SIZE];
     float out_smear[FFT_SIZE];
+    // TODO: Make FFT Analyzer take into account multiple channels somehow
+    //   Extracted from https://github.com/tsoding/musializer/pull/11
 
 
     uint64_t active_button_id;
     uint64_t active_button_id;