more buffer

This commit is contained in:
2026-02-15 17:30:52 +01:00
parent 689b7fc275
commit d4a0231fe5
+1 -1
View File
@@ -14,7 +14,7 @@
#include "../filter/bs412.h"
#include "../filter/gain_control.h"
#define BUFFER_SIZE 8704 // This defines how many samples to process at a time, because the loop here is this: get signal -> process signal -> output signal, and when we get signal we actually get BUFFER_SIZE of them
#define BUFFER_SIZE 9792 // This defines how many samples to process at a time, because the loop here is this: get signal -> process signal -> output signal, and when we get signal we actually get BUFFER_SIZE of them
#include "../io/audio.h"