Potential for .dsf, .dff, or SACD .iso sopport? #2298
Replies: 3 comments 13 replies
|
https://www.ffmpeg.org/general.html#Audio-Codecs
Detecting .dsf/.dff is easy - reading it from the .iso might turn out to be trouble, since that's not exactly a unique extension. Shoot the files over and tell me what you expect from each of them. https://cloud.rys.rs/s/g82Yb52ifx53wHy Though, of course, the best solution would be to simply convert your files to a format that's not ancient and niche. |
|
FFMPEG supports |
|
Okayyy I have an experimental branch with raw DSD support. I tested it working on my DAC which apparently does support DSD never knew huh. You can try it from the CI build from this PR #2302. Launch app and go MENU > Settings > Audio > Direct DSD mode. Only Pipewire on Linux is supported. It worked for me (of course its pretty rough as it bypasses all softvol etc but thats what you get with BIT PERFECT™) but theres probably unknown variables or device config needed maybe IDK. |
Uh oh!
There was an error while loading. Please reload this page.
I happen to possess several .iso for SACDs. Getting .dsf or .dff files to play and display the metadata correctly is quite the hassle on Linux. For context, I spent two days trying out various software, including DeadBeef, with little to no success. The only player that plays .dff file correctly is Audacious, but it does not detect the metadata correctly. On Windows, all you have to do is install Foobar2000, have the correct plugins installed, then you can play the .iso directly. Without having to convert it to .dsf or .dff. Having .dsf and/or .dff support on Tauon would be a godsend, and if it could read directly off the .iso, that would make this the ultimate Linux music player!
(OS: Kubuntu 24.04)
All reactions