feat: add cava audio visualizer component

This commit is contained in:
tux
2026-08-23 12:06:05 +05:30
parent a1533e73c7
commit ae6628f549
3 changed files with 92 additions and 1 deletions

14
assets/cava.conf Normal file
View File

@@ -0,0 +1,14 @@
[general]
bars = 12
framerate = 60
[input]
method = pulse
[output]
method = raw
raw_target = /dev/stdout
data_format = ascii
ascii_max_range = 100
bar_delimiter = 59
frame_delimiter = 10