02-28-2020, 09:01 PM
Hey there,
I'm trying to find a way to get rid of popping sound between each track when using Spotify Connect with my PiFi DAC+ v2.0 hat. From my extensive reading, it appears this problem is occurring because ALSA is closing the i2c connection momentarily after each track. I've read about people solving this issue by using PulseAusio as the output device and commenting out the "suspend on idle" module, which keeps the audio pipe active to the sound card.
Would it be possible to get this running in Moode, such that all audio (MPD, Airplay, Spotify) would be piped to PulseAudio and then to the DAC? If so, how would I go about making that happen?
Thanks?
I'm trying to find a way to get rid of popping sound between each track when using Spotify Connect with my PiFi DAC+ v2.0 hat. From my extensive reading, it appears this problem is occurring because ALSA is closing the i2c connection momentarily after each track. I've read about people solving this issue by using PulseAusio as the output device and commenting out the "suspend on idle" module, which keeps the audio pipe active to the sound card.
Code:
load-module module-suspend-on-idle
Would it be possible to get this running in Moode, such that all audio (MPD, Airplay, Spotify) would be piped to PulseAudio and then to the DAC? If so, how would I go about making that happen?
Thanks?