aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-19 17:48:23 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-19 17:48:23 +0100
commit6e83fc3324dea4ad7d7b53a90ad8a5f239face3d (patch)
tree3692856b0b9fe1d0c2170980d271f29c99c337f1
parentc7a5e8a06539dce8dd09649bbb8e7fd6fa062b67 (diff)
downloadmulticonfig-6e83fc3324dea4ad7d7b53a90ad8a5f239face3d.tar.gz
multiconfig-6e83fc3324dea4ad7d7b53a90ad8a5f239face3d.tar.bz2
multiconfig-6e83fc3324dea4ad7d7b53a90ad8a5f239face3d.zip
Fix output for some media
Hifiberry should handle 48kHz but it doesn't seems to be. For some reason nothing plays. This ensures that even 48kHz media playes.
-rw-r--r--mpd-music/mpd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpd-music/mpd.conf b/mpd-music/mpd.conf
index 39a2607..4fd1b2b 100644
--- a/mpd-music/mpd.conf
+++ b/mpd-music/mpd.conf
@@ -214,8 +214,10 @@ audio_output {
#mixer_type "hardware"
#mixer_device "snd_rpi_hifiberry_amp"
mixer_control "Master"
+ format "44100:16:2"
## mixer_index "0"
}
+
#
# An example of an OSS output:
#