12-13-2018, 10:00 PM
(12-13-2018, 05:35 PM)yaslam Wrote: Edward's Tweaks works well with moode 4.4 with MPD 0.20.20.
However, in DSD 128 and DSD 256, playback is interrupted every few seconds.
Also, I updated MPD to 0.21.3 by the following procedure.
http://moodeaudio.org/forum/showthread.p...82#pid6182
With MPD 0.21.3, certain PCM files can not be played correctly.
Is there a way to identify the cause of these problems?
Or are there any possible causes?
My information
Model: Raspberry Pi 3 Model B +
HAT: Allo DigiOne
Hi Yaslam
This sounds like overruns....too much data trying to fit through a small whole at the same time. Try adjusting the MPD fragment size and/or period time.
/etc/mpd.conf
Look for the audio_output line, you might want to also add memory mapping so MPD has a dedicated part of RAM to play in/with.
audio_output {
type "alsa"
name "my ALSA device"
device "hw:1,0"
mmap_emulation "true"
fragment_size "4096"
}