MPD Volume control: Mixer Device <> MPD Software mixed up #193
Replies: 2 comments 6 replies
-
Try update: Settings > Addons > rAudio - Update |
Beta Was this translation helpful? Give feedback.
-
aplay -l**** List of PLAYBACK Hardware Devices **** amixer -c 0 scontrolsSimple mixer control 'DSP Program',0 amixer -c 1 scontrolsInvalid card number. mpd-data.sh{ "devices" : [{ "aplayname" : "hifiberry-dacplus" , "card" : 0 , "device" : 0 , "dop" : 0 , "hw" : "hw:0,0" , "hwmixer" : "Digital" , "mixers" : 1 , "mixerdevices" : ["Digital"] , "mixermanual" : false , "mixertype" : "hardware" , "name" : "HiFiBerry Amp2" }] , "active" : true , "asoundcard" : 0 , "audioaplayname" : "hifiberry-dacplus" , "audiooutput" : "HiFiBerry Amp2" , "autoupdate" : false , "buffer" : false , "bufferval" : false , "bufferoutput" : true , "bufferoutputval" : 16384 , "counts" : { "album": 0, "albumartist": 5543, "artist": 21946, "composer": 614, "date": 83, "genre": 214, "nas": 3, "sd": 0, "usb": 0, "song": 147425, "webradio": 0 } , "crossfade" : false , "crossfadeval" : false , "custom" : false , "ffmpeg" : true , "normalization" : false , "reboot" : "" , "replaygain" : false , "replaygainval" : "" , "soxr" : false , "soxrval" : "" , "version" : "0.22.4-2" } |
Beta Was this translation helpful? Give feedback.
-
I use Raspberry Pi 2 Model B & HifiBerry Amp2 so "MPD Software" was the way to control volume in previous versions.
I just installed the new version and recognized that using the "MPD Software Volume Control" doesn't change the volume.
Instead i had to switch to "Mixer Device" to achieve the same functionality so maybe preconfigured settings are mixed up.
Otherwise the new version looks and works great - thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions