From 20aa6c4baa00d7c7673f2efd30d83f7fee1566a9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 28 Dec 2014 23:07:17 +0000 Subject: splitfx: use $FX env consistently in targets, too While we're at it, document the splitfx manpage and make the example suitable for tests. --- examples/splitfx.sample.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/splitfx.sample.yml b/examples/splitfx.sample.yml index 5d32a6c..d7ee06b 100644 --- a/examples/splitfx.sample.yml +++ b/examples/splitfx.sample.yml @@ -4,9 +4,6 @@ # test_splitfx.rb relies on this. --- infile: foo.flac -env: - PATH: $PATH - SOX_OPTS: $SOX_OPTS -R comments: ARTIST: John Smith ALBUM: Hello World @@ -15,10 +12,12 @@ comments: # specify this as it is the default: # command: exec sox "$INFILE" $SOXFMT - $TRIMFX $RGFX $FX env: + PATH: $PATH # these effects may be used in any command in this file, including targets + SOX_OPTS: $SOX_OPTS -R FX: - highpass -1 120 highpass 40 highpass 40 - vol +1.5dB + # highpass -1 120 highpass 40 highpass 40 + # vol +1.5dB stats track_start: 1 # 0 for pregap/intro tracks cdda_align: true -- cgit v1.2.3-24-ge0c7