Closed redvoodoochild closed 7 years ago
I had similar issues when my PCM was set to rate 48000
and config inside of console_callbacks.py
to 44100. Take a look at this settings.
Thank you for your help. I haven't set any configuration on alsa. With MPD my souncard works with a rate of 44100. And I don't know how to see or set the rate of my PCM, on libreelec.
I had this issue with an asynchronous dac that would only work with S32LE.
Try nano /storage/.config/asound.conf
and insert the following contents.
pcm.plug {
type plug
slave.pcm "hw:1,0"
}
Then reboot and try ./spotify-connect-web -n Salon -o plug
Thank you very much : It works. Regards
It took me at least an hour to figure out, but you need to edit both /etc/asound.conf
and spotify-connect-web-chroot/etc/asound.conf
with the content provided by @tommph :)
Hi. Excuse my poor english. I've got the same problem of this issue : #64 I'm trying to run spotify-web-connect on Libreelec with my usb DAC.
There's no sound. My DAC works very well with mpd
Thank you for your help.