aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spectrogram.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 214a22e..4c143a2 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -38,10 +38,6 @@
#define SSIZE (PSIZE >> 1)
#define GAP 2
-#define RCHAN 2
-#define BITS 16
-#define SIGNED 1
-
extern char *__progname;
Display *dsp;
@@ -307,7 +303,7 @@ main(int argc, char **argv)
signal(SIGINT, catch);
- sio = init_sio(RCHAN, BITS, SIGNED);
+ sio = init_sio(2, 16, 1);
if (dflag)
daemon(0, 0);