CAVA runs in background via cava-start.sh, writing bar values to /tmp/skeledance_bars. A new QML DataSource polls that file at 80ms and calls updateBars() in JS. Falls back to rest state when not playing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
184 B
Text
14 lines
184 B
Text
[general]
|
|
bars = 38
|
|
framerate = 60
|
|
sleep_timer = 0
|
|
|
|
[input]
|
|
method = pulse
|
|
|
|
[output]
|
|
method = raw
|
|
raw_target = /dev/stdout
|
|
data_format = ascii
|
|
ascii_max_range = 100
|
|
bar_delimiter = 59
|