diff options
Diffstat (limited to '.config/cava/config')
-rw-r--r-- | .config/cava/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/cava/config b/.config/cava/config index 3b52728..a66a7a8 100644 --- a/.config/cava/config +++ b/.config/cava/config @@ -59,8 +59,8 @@ # For alsa 'source' will be the capture device. # For fifo 'source' will be the path to fifo-file. # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address -; method = pulse -; source = auto +method = pulse +source = auto ; method = alsa ; source = hw:Loopback,1 |