seniorgod / ifi-tidal-release

tidal connect application for ARM SBC based on https://github.com/ppy2/ifi-tidal-release
57 stars 92 forks source link

Clicking sound on Raspberry PI digital USB -> S/PDIF #6

Closed jbrepogmailcom closed 2 years ago

jbrepogmailcom commented 2 years ago

Is it possible to set pulseaudio to passthrough? I have USB -> S/PDIF converter. When I play audio from Raspberry Pi, I hear very silent clicking sound, about 7 clicks pers second (like scratched CD but quieter). Looks like resampling problem, but I want passthrough as I play uncompressed music. I had this problem before with various linux distros and I always fixed it by adjusting sample rate in /etc/pulse/daemon.conf like here:

default-sample-format = float32ne default-sample-rate = 44100 alternate-sample-rate = 48000 Or similar. But here with Raspbian OS, it does not help and I tried all combinatons. Any suggestion?

jbrepogmailcom commented 2 years ago

It was a problem of DAC. I have replaced it with other cheap one (FC-215 based on TI PCM2704 chip) and it runs perfectly