as MC said there's no mulitichannel mode for the DAC. Only Pro has that mode.
I think the manual is wrong --- info on page 46 should be revised.
> In the Audio MIDI Setup I changed the format from 96,000 Hz to 768,000 Hz 2ch 32-bit integer. I turned the DAC off, then shut off power for 20 seconds. After restart I still get the MPD error when I play DSD256.
So you're using a Mac (you mentioned Audio MIDI Setup)? If you install MPD on your Mac, and having the following setup:
audio_output {
type "osx"
device "ADI-2 DAC (XXXXX)" # XXXX is the serial number
dop "yes"
hog_device "true"
name "RME ADI-2 DAC FS"
mixer_type "none"
}
It should play DSD256 without issue.
MPD config for Linux is similar:
audio_output {
type "alsa"
device "hw:CARD=DACXXXX,DEV=0". # ASLA device name
dop "yes"
name "RME ADI-2 Pro FS"
mixer_type "none"
}
and DSD256 should be supported as well.
Again, I believe this is a Moode software issue --- seems that it uses MPD but not set up correctly. You need to report your bug to their developers.