Skip to content

Instantly share code, notes, and snippets.

@faroit
Created December 5, 2015 14:56
Show Gist options
  • Save faroit/0964e6959a8e0df9e86b to your computer and use it in GitHub Desktop.
Save faroit/0964e6959a8e0df9e86b to your computer and use it in GitHub Desktop.
setup file for DSD100
# Define the Input sources for each track
sources:
vocals: vocals.wav
drums: drums.wav
bass: bass.wav
other: other.wav
# Additionally provide the artistic mix
mix:
mixture.wav
# Define output targets to be tested using linear mixtures
targets:
vocals:
vocals: 1
drums:
drums: 1
bass:
bass: 1
other:
other: 1
accompaniment:
bass: 1
drums: 1
other: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment