Anton Voyl

Results 9 comments of Anton Voyl

What about adding this as a runtime option?

In Linux use single quotes: --username 'Weird|Name!'

For your information, I already provide artist and title to Kodi through a named pipe, like so: https://github.com/LibreELEC/LibreELEC.tv/blob/master/packages/addons/service/librespot/patches/librespot-02_kodi_hooks.patch https://github.com/LibreELEC/LibreELEC.tv/blob/master/packages/addons/service/librespot/source/default.py#L39..L73 https://github.com/LibreELEC/LibreELEC.tv/blob/master/packages/addons/service/librespot/source/bin/librespot.onstart The named pipe is created before librespot is started. Of...

https://www.raspberrypi.org/documentation/configuration/audio-config.md Have you tried the following command: `amixer cset numid=3 0`

@plietar I managed to configure pulseaudio to create an RTP stream, using these commands: pactl load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 pactl load-module module-rtp-send source=rtp.monitor destination_ip=127.0.0.1 port=6666 ./librespot -c ....

I gather that something like #215 is all it takes to stream RTP via pulseaudio, see here: https://github.com/awiouy/LibreELEC.tv/blob/7a6a7a9b87e87b2749725310f3e689dfaa9335b1/packages/addons/service/librespot/source/bin/librespot.start#L102-L113

@makruiten I use the following for my HifiBerry DAC+ on libreELEC: playback device: default:CARD=sndrpihifiberry mixer: Digital

@Fornoth If the device is specified as hw:a,b, then the mixer index is a. If the device is specified as default:CARD=card,DEV=d, then the mixer index is alsa.pcms().index(card) No?

amixer cset numid=3 1 sets the playback route (0 is autodetect, 1 is jack, 2 is HDMI). To set the volume use amixer set PCM 100%