Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sound-Linux-More/sacd
Converts SACD image files, Philips DSDIFF and Sony DSF files to 24-bit high resolution wave files. Handles both DST and DSD streams. https://launchpad.net/sacd
https://github.com/Sound-Linux-More/sacd
audio dsd dsdiff dsf high sacd
Last synced: 3 months ago
JSON representation
Converts SACD image files, Philips DSDIFF and Sony DSF files to 24-bit high resolution wave files. Handles both DST and DSD streams. https://launchpad.net/sacd
- Host: GitHub
- URL: https://github.com/Sound-Linux-More/sacd
- Owner: Sound-Linux-More
- License: gpl-3.0
- Created: 2019-04-25T12:41:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T20:33:30.000Z (over 4 years ago)
- Last Synced: 2024-06-21T12:27:43.674Z (5 months ago)
- Topics: audio, dsd, dsdiff, dsf, high, sacd
- Language: C++
- Homepage:
- Size: 93.8 KB
- Stars: 60
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-starred - Sound-Linux-More/sacd - Converts SACD image files, Philips DSDIFF and Sony DSF files to 24-bit high resolution wave files. Handles both DST and DSD streams. https://launchpad.net/sacd (others)
README
# Sacd
Robert Tari
https://tari.in/www/software/sacd/## Description
Super Audio CD decoder.
Converts SACD image files, Philips DSDIFF and Sony DSF files to 24-bit high resolution wave files. Handles both DST and DSD streams.## Usage
sacd -i infile [-o outdir] [options]
-i, --infile : Specify the input file (*.iso, *.dsf, *.dff)
-o, --outdir : The folder to write the WAVE files to. If you omit
this, the files will be placed in the input file's
directory
-c, --stdout : Stdout output (for pipe), sample:
sacd -i file.dsf -c | play -
-r, --rate : The output samplerate.
Valid rates are: 88200, 96000, 176400 and 192000.
If you omit this, 96KHz will be used.
-s, --stereo : Only extract the 2-channel area if it exists.
If you omit this, the multichannel area will have priority.
-p, --progress : Display progress to new lines. Use this if you intend
to parse the output through a script. This option only
lists either one progress percentage per line, or one
status/error message.
-h, --help : Show this help message