Closed pirateradiohack closed 1 year ago
Eventually Raspian enables the software mixer of mpd by default. myMPDos disables it for sound quality reasons.
Do I understand correctly that it leaves us with only hardware volume controlled DACs for myMPDos?
You can edit /etc/mympdos/mympdos.conf
and change the SOFTWARE_MIXER_FALLBACK
to true
.
Run /usr/bin/configmpd.sh
aftwards and restart mpd. This option is also available in the bootstrap file: https://github.com/jcorporation/myMPDos/blob/master/mympdos/bootstrap-advanced.txt
ho great! Thanks for providing a fallback option!
If I remember correctly there is also the possibility to control the DAC with alsa and then tell MPD to use the alsa master as its volume control. Might get better results in terms of sound quality.
It could be an option for the HifiBerry overlay? The default MPD configuration uses the alsa device directly and does not use the alsa mixer.
The default MPD configuration uses the alsa device directly
That sounds good to me.
myMPD shows
Volume: Volumecontrol disabled
.I have switched the audio hat thanks to
audiohat.sh
tohifiberry-dac
and the sound works but seems to be turned to maximum volume.It seems to be at the OS level since
alsamixer
showsThis sound device does not have any controls.
I am pretty sure I can control the sound device under Raspbian. Which makes me think it should work as well with Alpine.I am going to investigate but in the meantime if you have any experience or suggestion regarding setting the audio volume I'll gladly take it.
Thanks.