From c28a003e5d906d01b2890a214ef6ea1e06d297db Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 6 Jul 2013 20:59:05 +0000 Subject: bump default fft size --- sio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sio.c') diff --git a/sio.c b/sio.c index 9080878..69a91f6 100644 --- a/sio.c +++ b/sio.c @@ -22,7 +22,7 @@ #define RCHAN 2 #define BITS 16 #define SIGNED 1 -#define ROUND 512 /* FFT is fastest with powers of two */ +#define ROUND 1024 /* FFT is fastest with powers of two */ #define FPS 24 struct sio { -- cgit v1.2.3