On Sat, Apr 21, 2012 at 01:29:37PM +0200, Jurgen Kramer wrote:
> +struct dsdiff_header_dsf {
> + struct dsdiff_id id;/* "DSD " */
> + uint32_t size_low, size_high; /* DSD chunk size, including id = 28 */
> + uint32_t fsize_low, fsize_high; /* Total file size */
> + uin
Attached is version 3 of the patch which adds support for
DSF files to the DSDIFF decoder. It can be used in
conjunction with DSD2PCM and DSD-over-USB.
This version should address the concerns with v2.
Changes from v2 patch:
- Adhered to max 80 colom width
- Fixed indents (hopefully correctly)
-