Johannes Pohl
Johannes Pohl
Maybe you're listening to the wrong stream source on you Android device? Please try with the latest version and provide debug logs.
I think the audio output from librespot is taken from stdout and it seems that librespot outputs other data as well to stdout, like a log line, which would cause...
Don't know if this will work, but you could try to start librespot in a terminal with the ` --backend pipe` option and pipe the output to `strings`. If there...
@audas I think the "new issue template" should have asked you for the Snapcast version and other details. If you installed some older version from your distribution, it might be...
Starting with Snapweb version 0.6.0, there are debian packages as well as raw archives of Snapweb available: https://github.com/badaix/snapweb/releases The debian package can be installed with `sudo apt install ./snapweb_0.6.0-1_all.deb`. It...
@DesertRider Can you please open an issue for this in [Snapweb](https://github.com/badaix/snapweb/issues)?
in v0.27.0 I've copied the Snapweb bundle from the Snapweb repo into the source tree, and there I've used some downloaded version of Flac.js, which seems to be the reason...
After my vacation I will create a docker image from the raspian bookworm image and add it to the CI. Two hours more build time for my poor, memory constrained...
@chiefy don't know what you had to fix, but the `Package` CI creates Debian packages for buster, bullseye and bookworm for X64 and for ARM. You can download them here:...
@tgurr I've created a Raspbian [bookworm docker container](https://hub.docker.com/repository/docker/badaix/raspios-bookworm-armhf-lite/general) for ARM and added it to the package CI: 40f3495 You can find a debian package for bookworm [snapcast_armhf-debian-bookworm](https://github.com/badaix/snapcast/suites/17363015632/artifacts/993043422), based on the...