Skip to content

go-librespot 0.7.1 (binary only)⚓︎

go-librespot turns the box into a Spotify Connect endpoint. The Freetz-EVO package cross-compiles the upstream Go daemon with CGO enabled so it can talk to the local ALSA and codec stack directly on the target.

On compatible targets, selecting the package also auto-selects the exposed ALSA USB audio driver stack, making USB DAC based Spotify playback practical without manually chasing the snd* kernel modules.

Freetz integration⚓︎

  • optional go-librespot-cgi package for configuration, runtime YAML generation, daemon control, and live status in the web UI
  • startup handled through the Freetz init script model
  • generated runtime configuration persisted under /mod/etc/default.go-librespot/

Enabled audio stack⚓︎

  • ALSA playback via alsa-lib
  • FLAC support via libFLAC
  • Ogg/Vorbis support via libogg and libvorbis
  • target-native Go build with CGO enabled