Commit 6171041b934eb8da4d5b360a8fa169ea717526b7

Thomas de Grivel 2020-05-06T14:56:04

512 samples = 5.33 ms

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/include/rtbuf/signal.h b/lib/include/rtbuf/signal.h
index 08ce473..784cb3a 100644
--- a/lib/include/rtbuf/signal.h
+++ b/lib/include/rtbuf/signal.h
@@ -23,7 +23,7 @@ typedef double t_rtbuf_signal_sample;
 #define RTBUF_SIGNAL_SAMPLE_SIZE sizeof(t_rtbuf_signal_sample)
 #define RTBUF_SIGNAL_SAMPLE_TYPE "double"
 
-#define RTBUF_SIGNAL_SAMPLES     1024
+#define RTBUF_SIGNAL_SAMPLES      256
 #define RTBUF_SIGNAL_SAMPLERATE 48000
 #define RTBUF_SIGNAL_DT \
   ((double) RTBUF_SIGNAL_SAMPLES / RTBUF_SIGNAL_SAMPLERATE)