Package Details: dff2dsf 1.2.2-2

Git Clone URL: https://aur.archlinux.org/dff2dsf.git (read-only, click to copy)
Package Base: dff2dsf
Description: Signalyst DFF to DSF command line conversion utility
Upstream URL: https://www.signalyst.com/professional.html
Keywords: audio converter dsd
Licenses: custom
Submitter: blackhole
Maintainer: blackhole
Last Packager: blackhole
Votes: 6
Popularity: 0.000003
First Submitted: 2014-10-12 22:42 (UTC)
Last Updated: 2021-03-29 07:05 (UTC)

Latest Comments

micwoj92 commented on 2021-03-29 04:38 (UTC)

Hello, could you update links to https?

blackhole commented on 2014-11-19 15:02 (UTC)

If you wnat to convert an entire directory open a terminal in that directory ed execute the following bash file dff2dsf.sh #!/bin/bash for i in *.dff ; do [[ -f "$i" ]] || continue dff2dsf "$i" "${i%.dff}.dsf" done

blackhole commented on 2014-10-12 22:46 (UTC)

This package can convert DSD audio files from .dff to .dsf See http://dsd-guide.com/faq/what-difference-between-dsd-dsf-dff-files Usage: dff2dsf <infile> <outfile>