Приложение: librespot-dev a headless Spotify Connect receiver A sample program implementing a headless Spotify Connect receiver. Example commands: librespot -u USERNAME -p PASSWORD -n librespot_server The above command will create a device names librespot_server which will play audio on your system when requested by remotes. librespot -n "Librespot" -b 320 -c ./cache --enable-volume-normalisation --initial-volume 75 --device-type avr The above command will create a receiver named Librespot, with bitrate set to 320kbps, initial volume at 75%, with volume normalisation enabled, and the device displayed in the app as an Audio/Video Receiver.
|