by nbnb » 28 Jun 2016, 20:16
thanks, i'll try...
ok, so here is what i don't know how to do: currently two alsa cards are set up: the internal bcm soandso... and my hifiberry digi+. in order to use alsa resampling i guess i would have to define a new alsa card (dmix) so that i can choose that card from the rune ui for audio output, yes? it seems i need
1. define dmix device
2. set sample rate to 88.2
3. ensure libsamplerate is used with high quality settings so that sound output is as good as possible despite not being bit perfect
4. make sure shairport uses that dmix device (mpd could still use the current setup with an alsa hw device.)
5. do all of the above in such a way that changes via the runeUI or system updates do not nuke everything.
how do i do that? do i have to make an .asoundrc in the root home directory? or better somewhere in /usr/share? will it not be overwritten by sonething runeplayer does?