I've been encountering some stuttering issues at the very beginning of audio tracks that are large (i.e. 192/24).
I host my library on a pair of Corsair GTX flash/thumb drives that test quite well, speed-wise, from the command shell on the BDP-1:
time dd if=/dev/zero of=/media/MUSIC-256/test_file bs=8192 count=331541
331541+0 records in
331541+0 records out
2715983872 bytes (2.7 GB) copied, 195.432 s, 13.9 MB/s
After some trial and error, I discovered that I could completely eliminate any stuttering by slightly bumping up MPD's default setting for playback buffering.
I did this as follows:
1. Mount BDP-1’s USER share via SMB
2. Edit: MPDCONF.SET
3. Add: buffer_before_play;20%
4. Reboot BDP-1
This will add the line below to /etc/mpd.conf to increase playback buffering which seems to remove stuttering at the beginning of 192/24 tracks (this was universal across all of my larger, high-res tracks). Playing back an album would be smooth, but tapping on a specific track would result in a stutter at the very start of the track.
buffer_before_play "20%"
Would be super-cool if this setting was available in the Manic Moose MPD configuration page, along with the ability to toggle REPLAY_GAIN playback.