Page 1 of 1

suspend sink when audio paused/stopped

Posted: Fri Mar 06, 2026 8:00 pm
by k.s.deviate
Is there a way I can suspend the audio sink when the source is paused/stopped, then resume the sink when audio playback resumes?

I am having a noise issue from an Innomaker amp hat pro mini that is only present when the sink is active. When exiting Hudiy to the desktop the sink is suspended (assumed) and the noise goes away. As soon as Hudiy is opened again, the noise returns. The noise is worse when AA is open.

I have eliminated all other possible noise sources, power supply, pis, fans, screens, switches, long cable runs, and improper config.txt entry.

Edit: From my observations Hudiy keeps the audio sink active all the time while it's running, is this correct?

Re: suspend sink when audio paused/stopped

Posted: Sat Mar 14, 2026 5:30 am
by k.s.deviate
sorted it out, I added "pactl load-module module-suspend-on-idle timeout=5" just before the last line of hudiy_startup.sh