![]() |
[PROBLEM] White noise occurs at random while playing - 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] White noise occurs at random while playing (/showthread.php?tid=5379) Pages:
1
2
|
White noise occurs at random while playing - hjheins - 02-14-2023 I have newly installed a raspberry pi that is connected to a digital amplifier over usb from version 7.x to version 8.2.5 However, since I did so, I get very loud white noise seemingly at random while playing music. It seems to happen especially often when playing ambient sleeping pill radio. The remedy is to pause and start playing again. however it is very annoying, and it did not happen in version 7 I tried to find infos in the logs, in dmesg and in moodutl -l, but there is no sign of anything being amiss in any of them. How can I go forward in solving this? thanks, Hendrik-Jan RE: White noise occurs at random while playing - Nutul - 02-14-2023 (02-14-2023, 09:17 PM)hjheins Wrote: I have newly installed a raspberry pi that is connected to a digital amplifier over usb from version 7.x to version 8.2.5 Hi, first, I must say I have no clue about what might be going on, but you might try to look into MPD's log, which is the file /var/log/mpd/log you might also want to enable verbose MPD log-level in the MPD configuration tab, bottom of the page. RE: White noise occurs at random while playing - Tim Curtis - 02-14-2023 What make/model amp? RE: White noise occurs at random while playing - hjheins - 02-15-2023 (02-14-2023, 11:31 PM)Tim Curtis Wrote: What make/model amp? SMSL Q5 (the link is for the Pro; mine is the same but apparently already the older model without " pro") @Nutul : thank you for the tip. I have set the mpd log to verbose, but it actually shows nothing out of te ordinary when it occurs. RE: White noise occurs at random while playing - hjheins - 02-15-2023 Maybe as an addition: I already tried to research this and I found mention of "snd-usb-audio.quirk_alias" for white noise between songs. I tried that (adding a "snd-usb-audio.quirk_alias=..." ) to cmdline.txt, however that seems to have done nothing. RE: White noise occurs at random while playing - TheOldPresbyope - 02-15-2023 (02-15-2023, 06:16 AM)hjheins Wrote: Maybe as an addition: I already tried to research this and I found mention of "snd-usb-audio.quirk_alias" for white noise between songs. Umm, the whole quirks and quirk-alias thing is a bit messy. As I understand it,
Quote:quirk_alias Did you have the two vendor_id:product_id pairs you need? Regards, Kent RE: White noise occurs at random while playing - Tim Curtis - 02-15-2023 (02-14-2023, 09:17 PM)hjheins Wrote: I have newly installed a raspberry pi that is connected to a digital amplifier over usb from version 7.x to version 8.2.5 The symptom suggests some sort of hardware issue. With hardware issues usually the only way to isolate the problem is to perform swapping for example connect the Pi to a different audio device or try a different USB cable. Something like that. RE: White noise occurs at random while playing - hjheins - 02-15-2023 (02-15-2023, 03:58 PM)Tim Curtis Wrote:(02-14-2023, 09:17 PM)hjheins Wrote: I have newly installed a raspberry pi that is connected to a digital amplifier over usb from version 7.x to version 8.2.5 Hello Tim, I actually expected that to be the case as well.. However It used to work before. So before swapping out the hardware, I went back to Moode 7.3 as a test. This seems to work flawless; no hissing/white noise whatsoever. So I really think it is a software issue. For now my solution is to keep this device on moode 7.3. @TheOldPresbyope : you are right this is messy. I used the correct usbID from my device and a "quirk reference" to a known good device. It made no difference whatsoever. But I didn't really expect it would, while the issue that was described to be solved with this, was white noise between tracks or when switching radio stations. As that was not my issue, it seemingly also was not the solution... cheers, Hendrik-Jan RE: White noise occurs at random while playing - Tim Curtis - 02-15-2023 (02-15-2023, 05:51 PM)hjheins Wrote:(02-15-2023, 03:58 PM)Tim Curtis Wrote:(02-14-2023, 09:17 PM)hjheins Wrote: I have newly installed a raspberry pi that is connected to a digital amplifier over usb from version 7.x to version 8.2.5 Interesting. Trying to isolate which software component in the audio chain might be causing the issue would be difficult especially without the exact hardware.for a repro. It would still be worthwhile to swap in a different model Pi if possible to see whether anything changes. What model Pi are u using? RE: White noise occurs at random while playing - hjheins - 02-15-2023 I'm using a raspberry pi 3B with a 7" raspberry approved screen attached and a 3.5A 5V powersupply. |