diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-19 17:48:23 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-19 17:48:23 +0100 |
commit | 6e83fc3324dea4ad7d7b53a90ad8a5f239face3d (patch) | |
tree | 3692856b0b9fe1d0c2170980d271f29c99c337f1 | |
parent | c7a5e8a06539dce8dd09649bbb8e7fd6fa062b67 (diff) | |
download | multiconfig-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.conf | 2 |
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: # |