Roon resampling issue with Magnetar 900MKII and Anthem AVM90 (ref#6F4WJJ)

Hi! What’s not quite right with Roon?

· None of the above quite fits

None of the above quite fits

· None of these quite match

Tell us what's going on

· I have a Magnetar 900MKII connected to an Anthem AVM90 via HDMI, the Magnetar is Roon Ready. I am also using a Nucleus One. When i try to play stereo or multichannel .dsf files, it resamples and downmixes them to to 2channel PCM. When i try to play multichannel FLAC files, it also downmixes them to stereo PCM. However, when i use the Magnetars built-in interfance to browse directly to the files on my Nucleus One without Roon, it sends them natively to the Anthem AVM90. I am not using any DSP and volume is set to fixed for the Magnetar. How can i get Roon to send these files natively?

Tell us about your home network

· I have a Ubiquiti Unifi router but the magnetar and the Nucleus One are both connected directly to a Matrix Audio SS1-Pro switch via ethernet.

Hey @John_Capra,

Thanks for writing in and for sharing your report! We were able to review a fresh Roon Server diagnostic report, and saw that the Magnetar UDP900 MKII only Advertises 2-Channel PCM formats to Roon.

Take a look:

"supported_formats":"96000/16/1|2, 44100/16/1|2, 192000/16/1|2, 
48000/24/1|2, 96000/24/1|2, 88200/24/1|2, 48000/16/1|2, 
44100/24/1|2, 88200/16/1|2, 192000/24/1|2, 176400/24/1|2, 176400/16/1|2"

Notice the channel counts, every single format ends in 1|2, meaning mono or stereo only. The Magnetar is not advertising any multichannel formats (like …/1|2|3|4|5|6) to Roon via RAAT, and there is no DSD listed at all.

Compare this to the Nucleus One HDMI output in the same log, which advertises 1|2|3|4|5|6|7|8 (up to 8 channels) for every format. Roon has no choice but to downmix to 2ch and convert DSD to PCM because that’s all the Magnetar is telling it to accept.

So it appears the device is not properly advertising its multichannel and DSD capabilities to Roon’s transport layer, even though the hardware is fully capable.

Here are some next steps for you to try:

  1. See if there are any available firmware updates for the Magnetar.
  2. Test: use the Nucleus One HDMI output as a workaround. The logs show the Nucleus One HDMI does correctly advertise up to 8-channel formats. You could send multichannel audio from Roon to the Nucleus One's HDMI out → AVM90, bypassing the Magnetar's Roon Ready implementation entirely for multichannel content.
  3. Contact Magnetar support directly and report that your UDP900 MKII is only advertising stereo PCM formats via RAAT (no multichannel, no DSD) even though it's capable. Share the supported_formats string above as evidence.

When you browse files directly on the Magnetar without Roon, the Magnetar uses its own internal media player, which has full native access to its hardware capabilities. Roon only knows what the device tells it via the RAAT protocol, and the Magnetar’s RAAT implementation is currently telling Roon it only supports stereo PCM, which is the misconfiguration causing your problem.

We’ll be monitoring for your reply, thank you! :folded_hands:

Thank you Benjamin. I connected the Nucleus HDMI directly to the Anthem and it does send 5.1 to the Anthem but converts it to PCM. (see attachment) The Nucleus has the option to select the speaker configuration where the Magnetar did not.

Does the Nucleus not output native DSD? (Can you provide the full Nucleus supported formats string for reference?)

UPDATE: I missed the DSD options for the Nucleus One but see them now. There is no option for Native DSD, only DoP. Is that a limitation of the Nucleus One or the Anthem?

Hello @John_Capra

It’s both, but primarily the transport (HDMI)

HDMI via Linux ALSA (Intel HDA PCH) is a PCM-only transport at the driver level. The kernel ALSA driver does not support sending raw DSD frames over HDMI.

The “No native DSD, only DoP” limitation is HDMI’s architectural constraint — HDMI carries PCM, not raw DSD bitstream. DoP is the standard workaround.