From 62fdf0de990975f0eb95e83d345ffc461cfa9aef Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 28 Dec 2014 01:55:20 +0000 Subject: source/splitfx: standardize on $FX for sox effects This should allow users to setup effects in a more standardized fashion and avoid needing to specify a "command:" field in their splitfx YAML files in the general case. --- examples/splitfx.sample.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/splitfx.sample.yml b/examples/splitfx.sample.yml index 3826012..c1b5872 100644 --- a/examples/splitfx.sample.yml +++ b/examples/splitfx.sample.yml @@ -11,8 +11,9 @@ comments: ARTIST: John Smith ALBUM: Hello World YEAR: 2013 -# override the normal sox command for dtas-player playback: -command: exec sox "$INFILE" $SOXFMT - $TRIMFX $RGFX $FX +# the sox command for dtas-player playback, there is no need to +# specify this as it is the default: +# command: exec sox "$INFILE" $SOXFMT - $TRIMFX $RGFX $FX env: # these effects may be used in any command in this file, including targets FX: -- cgit v1.2.3-24-ge0c7