HydrogenAudio

Lossless Audio Compression => Lossless / Other Codecs => Topic started by: fribeiro on 2018-05-08 00:20:22

Title: SACD ISO to DSF \ DFF C# App for Windows
Post by: fribeiro on 2018-05-08 00:20:22
Hi,

For those who do not like to install Java (required for ISO2DSD), I attached an application written in C # using Microsoft .NET Framework.
In order not to limit the version of the sacd_extract.exe file, it must be downloaded as described in the application instructions and correctly setup.
Unlike ISO2DSD, the extraction runs in a standalone Windows command line.
This way, the extraction process is visible and accessible through an independent command line Window.
First, it is more stable, using less memory.
Second, if the system blocks for any reason, the extraction does not keep running invisibly, just like ISO2DSD does.
The GUI may look simple, but that was the intention.

English is not my mother language.

FR





Title: Re: SACD ISO to DSF \ DFF C# App for Windows
Post by: guruboolez on 2018-05-10 17:23:10
The application worked fine on my side. Thanks!
Title: Re: SACD ISO to DSF \ DFF C# App for Windows
Post by: samidare1234 on 2018-05-11 16:49:41
Hi, thanks for the develope. Will you open source it?
Title: Re: SACD ISO to DSF \ DFF C# App for Windows
Post by: magicgoose on 2018-05-13 08:27:46
How is it different from (better than?) sacd_extract?
https://github.com/sacd-ripper/sacd-ripper/tree/master/tools/sacd_extract
It builds easily and does the job; and it's not Windows-only, and you can inspect that there's nothing nefarious in the source code.
Doesn't need Java too.
Title: Re: SACD ISO to DSF \ DFF C# App for Windows
Post by: Anakunda on 2018-05-13 13:21:58
Thanks!
Title: Re: SACD ISO to DSF \ DFF C# App for Windows
Post by: bryant on 2018-05-13 17:20:14
How is it different from (better than?) sacd_extract?
https://github.com/sacd-ripper/sacd-ripper/tree/master/tools/sacd_extract
The only problem with sacd_extract is that it does not seem to be actively developed.

I've had a pull request up there for over 7 months to fix a pretty nasty bug in the ID3v2 tag writer.

Otherwise it works well.
Title: Re: SACD ISO to DSF \ DFF C# App for Windows
Post by: magicgoose on 2018-05-14 19:18:52
How is it different from (better than?) sacd_extract?
https://github.com/sacd-ripper/sacd-ripper/tree/master/tools/sacd_extract
The only problem with sacd_extract is that it does not seem to be actively developed.

I've had a pull request up there for over 7 months to fix a pretty nasty bug in the ID3v2 tag writer.

Otherwise it works well.
You could become the next maintainer then (by advertising your fork as the up-to-date version or something)
But apart from possible security holes (buffer overflow, etc) it doesn't really need to be actively developed, the essential stuff is already there.
(I don't think it's worth spending more effort on such a stillborn and unnecessary format as SACD.)
Title: Re: SACD ISO to DSF \ DFF C# App for Windows
Post by: PCMA on 2022-03-11 14:11:22
Dude, congratulations! Grade 10! Allow me a suggestion (not that it's very important either): Try putting in your program the custom track selection feature. OK? Thank you!
Title: Re: SACD ISO to DSF \ DFF C# App for Windows
Post by: bennetng on 2022-03-11 17:36:03
.NET Framework apps, unless intentionally obfuscated, are by definition open source, if not free.