Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: never sleep cava when sleep_timer is 0 #3875

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

alexlnkp
Copy link
Contributor

@alexlnkp alexlnkp commented Jan 10, 2025

Attempts to fix #3870. Makes Cava config behave according to the officially intended behavior.

# Seconds with no input before cava goes to sleep mode. Cava will not perform FFT or drawing and
# only check for input once per second. Cava will wake up once input is detected. 0 = disable.
; sleep_timer = 0

After some testing, this PR does indeed fix every problem observed in the original issue, including the glitchy freeze frame of cava upon playing sounds after silence.

@Alexays
Copy link
Owner

Alexays commented Jan 10, 2025

LGTM, thx!

@Alexays Alexays merged commit 369c81d into Alexays:master Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cava freezing upon playing sounds after complete silence [libcava issue?]
2 participants