steefdebruijn / docker-roonserver

RoonServer downloading Roon on first run
99 stars 26 forks source link

DSD playback #24

Closed alexanderhoset closed 1 year ago

alexanderhoset commented 1 year ago

I have some issues with my dac not showing native DSD support in Roon, the hardware of my dac is capable of decoding DSD.

This link https://help.roonlabs.com/portal/en/kb/articles/linux-install#ffmpeg_or_avconv_Roon_Server_only shows that you need alsa-lib or libasound2

libasound2 will be added as part of alsa-utils, but how do we know the version of libasound2 that is used? 1.0.29+ recommended

Thanks

``

steefdebruijn commented 1 year ago
$ docker run --name test -d steefdebruijn/docker-roonserver
$ docker exec -ti test bash
root@4e3d9ecc6416:/# apt list | grep asound

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

ecasound-doc/stable 2.9.3-2 all
ecasound-el/stable 2.9.3-2 all
ecasound/stable 2.9.3-2 amd64
libasound2-data/stable,now 1.2.4-1.1 all [installed,automatic]
libasound2-dev/stable 1.2.4-1.1 amd64
libasound2-doc/stable 1.2.4-1.1 all
libasound2-plugin-equal/stable 0.6-8 amd64
libasound2-plugin-smixer/stable 1.2.4-1.1 amd64
libasound2-plugins/stable 1.2.2-2 amd64
libasound2/stable,now 1.2.4-1.1 amd64 [installed,automatic]
libaudio-ecasound-perl/stable 1.01-4+b3 amd64
libecasoundc-dev/stable 2.9.3-2 amd64
libecasoundc1v5/stable 2.9.3-2 amd64
python3-ecasound/stable 2.9.3-2 all
ruby-ecasound/stable 2.9.3-2 all

root@4e3d9ecc6416:/# exit
$ docker stop test
$ docker rm -v test
alexanderhoset commented 1 year ago

Thanks! I will have to look deeper then