Resampling

Hello,

I would like to ask, if it is possible to setup the player, that if I play DSD, that don’t use resampling and if I play *.flac, *.wav, *.mp3, that it would resample to f.e. 24/192.
Is there any possibility (f. e. mpd.conf), that I would setup mpd player with this conditions?

This is my mpd.conf. Thanks a lot

[code]# Audio Output ################################################################

resampler {
plugin “soxr”
quality “very high”
threads “1”
}

audio_output {
type “alsa”
name “alsa”
device “hw:1,0”
dop “yes”

            format      "*:*:2"

}

audio_output {
type “fifo”
enabled “no”
name “multiroom”
path “/tmp/snapfifo”
format “44100:16:2”
}

#replaygain “album”
#replaygain_preamp “0”
volume_normalization “no”[/code]