[PROBLEM] Popping sound during playback - 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: [PROBLEM] Popping sound during playback (/showthread.php?tid=205) |
RE: Popping sound during playback - placebo-fi - 05-25-2018 Hi Tim, If I unplug my USB DAC the output looks like this Code: pi@moode:~ $ /var/www/command/util.sh get-alsavol PCM I think the reason why there's no output is that my DAC has no volume control at all. Here's the output from running "alsamixer" Code: lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq AlsaMixer v1.1.3 qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk As you can see, there's no PCM volume control on this device. So I believe the build is not broken. RE: Loud peak between two songs - rikardo1979 - 05-25-2018 (05-24-2018, 09:38 PM)e11bits Wrote: Hi! I have merged your thread into this one with same topic. RE: Popping sound during playback - Mullet - 11-15-2019 (11-02-2019, 05:14 PM)chris.brunhaver Wrote: I'm having somewhat similar issues (glitches and small pops every few seconds), though my configuration is somewhat different (pi 4, minidsp USB input as the dac). I wouldn't... I'm having the same issue with 6.3. I also have an earlier version of MoOde that seems to work perfectly with same or similar settings. The pops are random and I have to use a track that is acoustic with not a lot going on to hear the pop. As far as settings... I'm using some config.txt tweaks... disable_splash=1 hdmi_drive=2 dtparam=i2c_arm=on dtparam=i2s=off dtparam=audio=on arm_freq=1000 sdram_freq=500 core_freq=400 gpu_freq=300 over_voltage=-3 over_voltage_sdram=-3 start_x=0 max_usb_current=1 gpu_mem=16 dtoverlay=pi3-disable-bt Also have 32bit kernel. BT turned off. USB DAC. Default MPD version. 16384 KB for buffer at 30%. Performance. HDMI turned off. Ethernet fix. USB fix. My USB transport is an Amanero USB to i2s. Any ideas on what to look at next? Thanks, Mullet RE: Popping sound during playback - Mullet - 11-18-2019 (11-15-2019, 05:28 PM)Mullet Wrote:(11-02-2019, 05:14 PM)chris.brunhaver Wrote: I'm having somewhat similar issues (glitches and small pops every few seconds), though my configuration is somewhat different (pi 4, minidsp USB input as the dac). RE: Popping sound during playback - Mullet - 11-18-2019 So after testing with another USB DAC I'm not having intermittent popping issues. The only difference I can think of is the previous USB DAC is UAC2 (Amanero), which is also being powered by the Pi. With this other DAC it's UAC1 and USB is being powered by separate 5v supply. UAC2 fix didn't seem to fix pops with first DAC. Hrmmmm. RE: Popping sound during playback - DRONE7 - 11-18-2019 (Amanero)..... what version ? https://github.com/lintweaker/xmos-native-dsd/issues/12 https://www.diyaudio.com/forums/digital-line-level/323116-xmos-xu208-amanero-usb.html RE: Popping sound during playback - Tim Curtis - 11-18-2019 (11-18-2019, 04:40 AM)Mullet Wrote: So after testing with another USB DAC I'm not having intermittent popping issues. The only difference I can think of is the previous USB DAC is UAC2 (Amanero), which is also being powered by the Pi. With this other DAC it's UAC1 and USB is being powered by separate 5v supply. UAC2 fix didn't seem to fix pops with first DAC. Hrmmmm. Linux and UAC2 audio interfaces continue to be a challenge. These same audio distortions were present when I began working with Linux audio way back in 2013. There is no magic fix. Have a look at some of the Linux kernel USB audio quirks https://github.com/raspberrypi/linux/blob/rpi-4.19.y/sound/usb/quirks.c https://github.com/raspberrypi/linux/blob/rpi-4.19.y/sound/usb/quirks-table.h To quote the maintainer, Takashi Iwai, "* In a perfect world, this file would be empty." -Tim RE: Popping sound during playback - TheOldPresbyope - 11-18-2019 Noted in passing...'Amanero' appears in the referenced quirks files. RE: Popping sound during playback - Tim Curtis - 11-18-2019 Even if a device is listed in the quirks there is no guarantee that its a universal fix due to differences in device firmware revisions where one or more of the revs may have bugs. There are also reports of audio glitch issues with kernel 4.19.y and certain USB DAC's that may be caused by bugs in the kernel usb audio driver. RE: Popping sound during playback - TheOldPresbyope - 11-18-2019 I was being too economical with my words. The point is that the DAC is already known to be a problem device. Likely the quirks maintainer depends on others to test and report specific devices and both groups likely trail behind the kernel developers. |