From 0e942e25805b13ec0b554c1d93ccf09a03c2994d Mon Sep 17 00:00:00 2001 From: karl Date: Sun, 9 Aug 2015 17:02:58 +0200 Subject: [PATCH] cahnged default asla device to hw:Loopback,1 was previously hw:1,1 (assumed to be loopback) --- example_files/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_files/config b/example_files/config index fb77605..516be18 100644 --- a/example_files/config +++ b/example_files/config @@ -8,7 +8,7 @@ [input] ; method = alsa # supported input methods are 'alsa' or 'fifo'. -; source = hw:1,1 # ALSA device or FIFO path. +; source = hw:Loopback,1 # ALSA device or FIFO path. [output] ; method = ncurses # may be ncurses, noncurses or circle.