From 6e83fc3324dea4ad7d7b53a90ad8a5f239face3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 19 Jan 2018 17:48:23 +0100 Subject: 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. --- mpd-music/mpd.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mpd-music/mpd.conf') 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: # -- cgit v1.2.3