![]() |
Official moOde 8 support thread - 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: Official moOde 8 support thread (/showthread.php?tid=4777) |
RE: Official moOde 8 support thread - Tim Curtis - 03-28-2022 (03-27-2022, 08:29 PM)fdealexa Wrote: Hello everybody, No issues on my end after 4 1/2 hours. [attachment=2748] Code: pi@sig:~ $ moodeutl -m RE: Official moOde 8 support thread - fdealexa - 03-28-2022 (03-28-2022, 02:17 PM)Tim Curtis Wrote:(03-27-2022, 08:29 PM)fdealexa Wrote: Hello everybody, Thank you very much, Tim, for your answer. I have to investigate better to create something that could be replicated... any way, my situation is as follow: Best regards and thanks, Francesco [attachment=2749] [attachment=2750] RE: Official moOde 8 support thread - Tim Curtis - 03-28-2022 Here is with Jazz24 and Loopback on. No issues after almost 5 hours. It's fresh r802 on a Pi-3B+ playing though an old IQaudiIO Pi DAC+. [attachment=2751] The system in my earlier post was an r801 -> r802 updated system running on an Allo USBridge SIG (Pi-CM3+) playing through an Allo Revolution USB DAC. Another system I have that uses Loopback is a Pi-4 1.1 2GB It functions as a dedicated Multiroom Sender and plays all day long. RE: Official moOde 8 support thread - Pbnmjk - 03-29-2022 Hello, how can I avoid the upsample to work in the original bitrate only? I have my music in 24 bit, but it's upsampled to 32 to return to 24 in the DAC, obviously it's unnecessary. Thank you in advance. RE: Official moOde 8 support thread - Tim Curtis - 03-29-2022 You DAC's USB interface might only accept 32-bit. RE: Official moOde 8 support thread - Pbnmjk - 03-29-2022 (03-29-2022, 10:35 AM)Tim Curtis Wrote: You DAC's USB interface might only accept 32-bit.Ok, I understand... thank you for your time. RE: Official moOde 8 support thread - Tim Curtis - 03-29-2022 I should add that the the 24 -> 32 bit conversion is just simple zero-padding thats done by ALSA and does not affect the bit-perfectness of the audio. RE: Official moOde 8 support thread - Pbnmjk - 03-29-2022 (03-29-2022, 11:05 PM)Tim Curtis Wrote: I should add that the the 24 -> 32 bit conversion is just simple zero-padding thats done by ALSA and does not affect the bit-perfectness of the audio. My DAC is a Bryston BDA-1 and it accept 24 bit only. RE: Official moOde 8 support thread - Tim Curtis - 03-29-2022 It would be odd if it's USB receiver only accepted 24 bit word length. What is the output from the command below? It prints the formats that Linux/ALSA has detected for the device. Code: moodeutl -f RE: Official moOde 8 support thread - Pbnmjk - 03-30-2022 (03-29-2022, 11:17 PM)Tim Curtis Wrote: It would be odd if it's USB receiver only accepted 24 bit word length. S32_LE |