From 741f6281759d760e6fdfac083d0b7ac342e621fd Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 6 Oct 2024 21:15:49 +0200 Subject: [PATCH] cava: adjust freq range --- config/dot-config/cava/config | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/dot-config/cava/config b/config/dot-config/cava/config index 56ec4ce2..28b938e6 100644 --- a/config/dot-config/cava/config +++ b/config/dot-config/cava/config @@ -7,7 +7,7 @@ ; mode = normal # Accepts only non-negative values. -; framerate = 59 +framerate = 90 # 'autosens' will attempt to decrease sensitivity if the bars peak. 1 = on, 0 = off # new as of 0.6.0 autosens of low values (dynamic range) @@ -36,8 +36,8 @@ bar_spacing = 1 # the bandwidth of the visualizer. # Note: there is a minimum total bandwidth of 43Mhz x number of bars. # Cava will automatically increase the higher cutoff if a too low band is specified. -lower_cutoff_freq = 44 -higher_cutoff_freq = 18000 +lower_cutoff_freq = 27 +higher_cutoff_freq = 6666 # Seconds with no input before cava goes to sleep mode. Cava will not perform FFT or drawing and @@ -65,10 +65,10 @@ source = auto ; method = alsa ; source = hw:Loopback,1 -; method = fifo -; source = /tmp/mpd.fifo -; sample_rate = 48000 -; sample_bits = 16 +# method = fifo +# source = /tmp/mpd.fifo +# sample_rate = 41000 +# sample_bits = 16 ; method = shmem ; source = /squeezelite-AA:BB:CC:DD:EE:FF @@ -201,8 +201,8 @@ noise_reduction = 0.77 # Look at readme.md on github for further explanations and examples. # DEPRECATED as of 0.8.0 can be brought back by popular request, open issue at: # https://github.com/karlstav/cava -1 = 1.2 # bass -2 = 1 -3 = 1 # midtone -4 = 1 -5 = 1.2 # treble +1 = 1.6 # bass +2 = 1.4 +3 = 1.2 # midtone +4 = 1.2 +5 = 1 # treble -- 2.51.2