I am building a Bluetooth audio receiver as an embedded system with the CHIP sbc (single board computer) from getchip.com. Pretty similar to Raspberry Pi, runs Debian Jessie, too.
I am using the onboard 3.5mm jack as an audio output. I configured PulseAudio to receive the Bluetooth audio and redirect it to the ALSA sound driver. Everything works flawlessly except for static noise on the output. Directly after boot there is a medium loud sum in the few hundred Hz region. It´s always in the background, even if I play something via bluetooth or locally via CLI. The interesting part is that it disappears after exactly 10min and 10sec after powerup, so I think exactly 10min after the startup of PulseAudio or ALSA. I couldn´t find a reason for it.
- I tried the
tsched=0
fix in/etc/pulse/system.pa
- I unloaded the
module suspend-on-idle
in/etc/pulse/system.pa
And by the way, I´m running PulseAudio in system-mode
, as I´m using it as an embedded system and not a multi-user configuration. I hope I get help from you anyway ;-)
Maybe you have an idea where this noise could come from? It has to be some sort of software configuration issue, otherwise it wouldn´t disappear after exactly 10mins.
I´ll add the PulseAudio and ALSA configuration files later this day.
Thanks in advance!