Extract Settings: Difference between revisions

From XRECODE3
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
** DSD/DST  - Tracks will be extracted by preserving the encoding of the SACD (e.g. DSD or DST).
** DSD/DST  - Tracks will be extracted by preserving the encoding of the SACD (e.g. DSD or DST).


* '''Please note.''' If your player supports the DFF files, it is highly recommended to always use the DFF format as it is written as 1:1 from the SACD, no padding, no nothing.
* '''Please note.''' If your player supports the DFF files, it is highly recommended to always use the DFF format as it is written as 1:1 from the SACD without any padding.
<historylink type="back" />
<historylink type="back" />

Revision as of 01:20, 11 July 2021

  • Add RIFF header for DTS files - RIFF header will be added to the DTS file (some program require this).
  • Use WAV as output file extension for DTS files - output files will have WAV extension.
  • Extract SACD as:
    • DFF - Tracks will be extracted as DFF (DST encoded tracks will be decoded to DSD).
    • DSF - Tracks will be extracted as DSF (DST encoded tracks will be decoded to DSD).
    • DSF/NoPad - In DSF bytes must be organized into a certain sized blocks and when there's not enough bytes for the last block of the file, the block is padded with zeroes and that might cause the issue (loud click) for some players. When NoPad method is used, the block is not padded, and the left-over from the current internal buffer is passed to the beginning of the next file. When using this method, files cannot be extracted in parallel.
    • DSD/DST - Tracks will be extracted by preserving the encoding of the SACD (e.g. DSD or DST).
  • Please note. If your player supports the DFF files, it is highly recommended to always use the DFF format as it is written as 1:1 from the SACD without any padding.

« Go Back