Git Product home page Git Product logo

sacd's Introduction

sacd2wav

Origin: https://github.com/DocMarty84/sacd by Robert Tari [email protected] under GPL.

Here is the porting for macOS and adaptation for Tascam DR-100.

Description

A utility to convert SACD (Super Audio CD) iso image, Philips DSDIFF file or Sony DSF file to HiRes wave files ready for Tascam DR-100 Mark 2/3. Handles both DST and DSD streams.

Robert's original implementation is for Linux distributions. With little modification it can be adopted to macOS (tested with Mojave). The extracted wave files can be played with VLC without any issue. However, the wave files are using a subformat which is not supported by Tascam HiRes player. Significant modifications are introduced to produce the plain PCM wave files acceptable by Tascam.

Because Tascam DR-100 MKII supports 2CH, 24bit, 96kHZ PCM and MKIII supports 2CH, 24bit, 192kHZ PCM. The implementation of the other sample rates is cleanup to make sure the codebase containes only the necessary logics.

If not aiming for the best quality, why start with SACD? :)

Usage

sacd2wav -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  
  -r, --rate           : The output sample rate.
                         Valid rates are: 96000 or 192000.
                         If you omit this, 192kHz will be used.  
  -h, --help           : Show this help message  

Development

make
make install

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.