- commit
- b91b7f0a76103f7f581b11dd3391bbc724534073
- parent
- 2165140b0f79b9d2300f3f459833715daf13c960
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-12-18 13:21
reduce buffer size
Diffstat
| M | beat.c | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/beat.c b/beat.c
@@ -4,7 +4,7 @@ 4 4 #include <math.h> 5 5 6 6 #define MIN(A, B) ((A) < (B) ? (A) : (B))7 -1 #define BUFSIZE (1 << 18)-1 7 #define BUFSIZE (1 << 12) 8 8 9 9 struct context { 10 10 float buf[BUFSIZE];