aboutsummaryrefslogtreecommitdiff
path: root/sio.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-07-06 20:59:05 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-07-06 20:59:05 +0000
commitc28a003e5d906d01b2890a214ef6ea1e06d297db (patch)
tree909dba7d829da14eafc0347517fcd92b591bd679 /sio.c
parent9513f3998d3dbe130daf0a95191090ce2a9f2b4b (diff)
bump default fft size
Diffstat (limited to 'sio.c')
-rw-r--r--sio.c2
1 files changed, 1 insertions, 1 deletions
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 {