![]() |
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 (09-Mar-2025, 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. RE: SOXR resampler and DSD - agent_kith - 10-Mar-2025 (09-Mar-2025, 05:41 PM)ravenman Wrote: 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. Probably wrong syntax. Follow the guide on MPD and see how to do it correctly.. I will probably add this feature in 1.4.2 or later to make things easier. RE: SOXR resampler and DSD - ravenman - 11-Mar-2025 Im studied mpd documentation, but plugin section is not mentioned anywhere, tried lot of examples with quotas syntax as in mpd.conf but not work RE: SOXR resampler and DSD - agent_kith - 11-Mar-2025 (11-Mar-2025, 02:56 AM)ravenman Wrote: Im studied mpd documentation, but plugin section is not mentioned anywhere, tried lot of examples with quotas syntax as in mpd.conf but not workCan you show me your full mpd.conf modifications? Let me see what I can do.. It's really been a while since i last use MPD, so please give me some time to look into this (also still busy working on other things in Snakeoil). RE: SOXR resampler and DSD - ravenman - 12-Mar-2025 Yes of course, commented what iam tried direct in mpd.conf |