diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-01 02:55:02 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-01 02:55:02 +0200 |
commit | 9d8370f93a2679e09dd8561dcea9519bc4b34828 (patch) | |
tree | 7ec616aa59776db8de365d5baf5565f47e133b16 /.config/cava | |
parent | udpates, added config for cava (diff) | |
download | dotfiles-bsd-9d8370f93a2679e09dd8561dcea9519bc4b34828.tar.gz dotfiles-bsd-9d8370f93a2679e09dd8561dcea9519bc4b34828.tar.bz2 dotfiles-bsd-9d8370f93a2679e09dd8561dcea9519bc4b34828.tar.xz dotfiles-bsd-9d8370f93a2679e09dd8561dcea9519bc4b34828.tar.zst dotfiles-bsd-9d8370f93a2679e09dd8561dcea9519bc4b34828.zip |
update
Diffstat (limited to '.config/cava')
-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 cb31b45..bc544f5 100644 --- a/.config/cava/config +++ b/.config/cava/config @@ -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 = 50 -higher_cutoff_freq = 15000 +lower_cutoff_freq = 20 +higher_cutoff_freq = 20000 # Seconds with no input before cava goes to sleep mode. Cava will not perform FFT or drawing and |