[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 - manolomalele - 02-11-2020 (02-11-2020, 10:03 PM)Tim Curtis Wrote: Might be related to this MPD issue Hi @Tim Curtis, thanks for your prompt answer. I've just read that thread and I think is the same problem but, I'm really sorry for that, I didn't understand how to fix it... Could you please give me a hint? Thank you so much I have another question: When I play mp3 or flac I can read on the on screen info, under the cover art, the correct info, like "Track 7 • Year 1997 • 24/96 FLAC"... When I play a dsd, no info are displayed. Do you know why? Thanks again RE: Popping sound during playback - Tim Curtis - 02-12-2020 The particular DSD issue has a status of "Waiting for more information from reporter" I have a few test DSF files and they are tagged with Artist, Album etc. Maybe the files you have are not tagged? RE: Popping sound during playback - manolomalele - 02-12-2020 (02-12-2020, 01:05 AM)Tim Curtis Wrote: The particular DSD issue has a status of "Waiting for more information from reporter" Got it for the DSD popping issue... Basically we have to wait. For the second issue, I can perfectly read on the display the song tag (artist, title, album); I cannot see displayed the infos about the file type and bitrate: e.g. DSD 64 1bit. Last but not least: Why the usb dac I have is reported simply as "usb" and isn't propely identifyed? Thanks Tim. RE: Popping sound during playback - Tim Curtis - 02-12-2020 I'm not able to repro "I cannot see displayed the infos about the file type and bitrate: e.g. DSD 64 1bit." My test DSF file is DSD64 format that's decoded to DoP and played on a Katana DAC. [attachment=1000] Post the output from the command below while your file is playing and I'll have a look. Code: cat /proc/asound/card1/pcm0p/sub0/hw_params I used to maintain a table of USB Audio device names but it became too time consuming to update because there are just too many of them and new ones are frequently being released so I reverted to just "USB Audio device". I suppose I could try to parse the name from the output of aplay -l command but IIRC the name is often not a well formed product name and in a fixed location in the output. See examples below for a couple of I2S DAC's. Code: card 0: Katana [Allo Katana], device 0: bcm2835-i2s-allo-katana-codec allo-katana-codec.1-0030-0 [bcm2835-i2s-allo-katana-codec allo-katana-codec.1-0030-0] RE: Popping sound during playback - DRONE7 - 02-12-2020 Would alsacap be a better source of naming for usb ? RE: Popping sound during playback - Tim Curtis - 02-12-2020 It's accessing the same underlying information as aplay. In the two examples below what logic can be used to parse for the correct name? Code: pi@rp3:~ $ alsacap RE: Popping sound during playback - DRONE7 - 02-12-2020 They're i2s devices. The users question is about the usb device name....your upcoming 6.4.2 will have alsacap and so report the usb name to the system and audio info tabs ? RE: Popping sound during playback - Tim Curtis - 02-12-2020 The only diff would be that USB Audio device is on card1. I only have an old ODAC and so I don't know how other USB Audio devices might be named. The ODAC has the names "UAC1 DAC" and "USB Audio". Not very descriptive. Code: Card 1, ID `DAC', name `UAC1 DAC' If u have a couple of USB DAC's, post the alsacap output. RE: Popping sound during playback - DRONE7 - 02-12-2020 Here's one... Code: *** Scanning for playback devices *** Name Perreaux Audiant 80i would be fine... just having a unique (manufacturer) name is preferable to 'USB Audio' but together would show that USB is selected and give some device info for confirmation/troubleshooting.. First hit on your UAC1 DAC... https://blog.jdslabs.com/tag/uac1/ Will test some more usb boards when I'm home tonight.. RE: Popping sound during playback - manolomalele - 02-14-2020 (02-12-2020, 01:08 PM)Tim Curtis Wrote: I'm not able to repro "I cannot see displayed the infos about the file type and bitrate: e.g. DSD 64 1bit." My test DSF file is DSD64 format that's decoded to DoP and played on a Katana DAC. Code: Audio Information This is what I've got. 1) playing a DSD pi@moode:~ $ cat /proc/asound/card1/pcm0p/sub0/hw_params access: RW_INTERLEAVED format: S32_LE subformat: STD channels: 2 rate: 176400 (176400/1) period_size: 22050 buffer_size: 88200 [attachment=1003] [attachment=1004] 2) Playing a flac pi@moode:~ $ cat /proc/asound/card1/pcm0p/sub0/hw_params access: RW_INTERLEAVED format: S32_LE subformat: STD channels: 2 rate: 44100 (44100/1) period_size: 5513 buffer_size: 22050 [attachment=1005] [attachment=1006] As you can see there'n no bitrate/freq shown below the aplay -l pi@moode:~ $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA] Subdevices: 7/7 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 Subdevice #2: subdevice #2 Subdevice #3: subdevice #3 Subdevice #4: subdevice #4 Subdevice #5: subdevice #5 Subdevice #6: subdevice #6 card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 IEC958/HDMI [bcm2835 IEC958/HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: ALSA [bcm2835 ALSA], device 2: bcm2835 IEC958/HDMI1 [bcm2835 IEC958/HDMI1] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: D50 [D50], device 0: USB Audio [USB Audio] Subdevices: 0/1 Subdevice #0: subdevice #0 Last question: Do you know how to show on the display the filetype aswell? Thanks |