Hi All,
I have a Raspberry Pi-2 (RPi2) with a hifiberry Digi+ where the fibre SPDIF goes to a Yamaha amplifier. The RPi2 is running RuneAudio 0.3-Beta and uses a USB wifi dongle to connect to my home network. On the network I have a Synology DS414j NAS with a music directory set up as a CIFS/SMB mount.
When everything is set up using the default configuration settings, I get significant stuttering in the music being played - at random intervals every several seconds it goes silent for a fraction of a second. I tried increasing the MPD audio buffer size in increments up to 10240 kilobytes, and it significantly reduced the problem but did not completely get rid of it.
I suspect that the problem is the wifi network connection and I found in the advanced setting for the network mounts a comment to say change rsize/wsize if you experience problems with music playback, eg clicks and pops. Not stuttering, but something.
So, I looked into rsize and wsize, rsize is the network read size which defaults at 16kB, but in theory can be much bigger. wsize is the write buffer size, but given that the network mount is read-only it should be irrelevant. Also, the standard mount flag is cache=none but I want to minimize network traffic and so I think caching should be a plus.
Any comments/experience in using the following config:
rsize=65536 (64K)
wsize leave at default
cache=strict
I will try it out and report back to this topic.
Thanks,
Richard