![]() |
[SOLVED] Сrackle sound via network - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Сrackle sound via network (/showthread.php?tid=597) |
Сrackle sound via network - Ozeki - 10-18-2018 Hi! I have moOde 4.3 on Pi-3B+ 1GB v1.3 connected to SMB share with music library on Windows 10 PC over 1Gbit ethernet. When trying to play 24/176.4k FLAC from this SMB share - sound crackles a little, like LP vinyl. However when the same file played from USB flash connected to the Raspberry pi - everything is fine and sounds clear and wonderful ! Changed many setting : CPU governor,mount flags, rsize/wsize , turn off/on wifi adapter etc. Even copy some music to another PC with fast M2 SSD - problem remains. Tried to play other files mp3,flac,dsd,dsf - the bigger files cause more cracking and snaps. Please any advice on this ? RE: Сrackle sound via network - Tim Curtis - 10-18-2018 If the issue only appears when serving files from your Windows PC then it would suggest the problem is either in the network or in the PC. Also if you are running a Hifiberry DAC+Pro, Kali Recoocker or any other board that has unshielded oscillators (clock crystals) then these can cause interference in the 2.4G WiFi band. RE: Сrackle sound via network - Ozeki - 10-18-2018 Thank you , i will bring Moode Player to my friend house network and try same scenario. I don't have any reclockers , direct usb connected from Moode to Schiit Jotunheim w multibit dac module. Integrated WiFi adapter turn off. RE: Сrackle sound via network - yaslam - 10-18-2018 When connect to USB-DAC and Ethernet with 3B+, that problem will occur. It is also reported on Volumio's blog. I solved that problem with the following settings. https://volumio.org/raspberry-pi-3-b-plus-audio-review/ ethtool -s eth0 speed 100 duplex full RE: Сrackle sound via network - Ozeki - 10-19-2018 Thank you yaslam , now it working flawless ! Here is complete commands list , first you need to install ethtool sudo su apt-get install ethtool ethtool -s eth0 speed 100 duplex full To make this changes permanent add to /etc/rc.local sudo /sbin/ethtool -s eth0 speed 100 duplex full RE: Сrackle sound via network - Tim Curtis - 10-19-2018 Hi, Thanks for confirming :-) I'll add this as a setting on System config. -Tim |