aboutsummaryrefslogtreecommitdiff
path: root/spectrogram.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-07-02 15:28:32 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-07-02 15:28:32 +0000
commita8655ac4cb70abe872361e3f2978d6edf591cfad (patch)
tree7bad7d41d44603b112fc8c7afd7b073ada16ab7c /spectrogram.c
parent3801153b81eb9fd6b602610f09d2856baf7ae777 (diff)
move audio settings into module
Diffstat (limited to 'spectrogram.c')
-rw-r--r--spectrogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 6717fd2..b93c943 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -363,7 +363,7 @@ main(int argc, char **argv)
if (!dsp)
errx(1, "Cannot connect to X11 server");
- sio = init_sio(2, 16, 1);
+ sio = init_sio();
if (dflag)
daemon(0, 0);