![]() |
SOXR resampler and DSD - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Discussions (https://forums.snakeoil-os.net/Forum-Discussions) +--- Thread: SOXR resampler and DSD (/Thread-SOXR-resampler-and-DSD) |
SOXR resampler and DSD - ravenman - 09-Mar-2025 Hi, i am using PCM upsampling to 384k by MPD plugin SOXR on RPI 4, everything works flawlessly, but problem is, this also apply to DSD which is bad, if i can play DSD native (without converting to PCM) i must disable SOX for that moment and reenable it for PCM later. Does exist some parameter to tell SOX to not resample DSD or some format restriction for example (dsf, dff) . Thanks RE: SOXR resampler and DSD - agent_kith - 09-Mar-2025 (Yesterday, 12:03 AM)ravenman Wrote: Hi, i am using PCM upsampling to 384k by MPD plugin SOXR on RPI 4, everything works flawlessly, but problem is, this also apply to DSD which is bad, if i can play DSD native (without converting to PCM) i must disable SOX for that moment and reenable it for PCM later. Does exist some parameter to tell SOX to not resample DSD or some format restriction for example (dsf, dff) . Would something like this work? Modify the mpd.conf.template as such: Code: plugin { RE: SOXR resampler and DSD - ravenman - 09-Mar-2025 Tried adding your suggestions to my mpd.conf, not work (mpd cannot start), also commenting out resampler section or replacing it with your text, or adding format text to resampler section, nope, same scenario, mpd cannot start. |