about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-12-28 23:07:17 +0000
committerEric Wong <e@80x24.org>2014-12-28 23:54:15 +0000
commit20aa6c4baa00d7c7673f2efd30d83f7fee1566a9 (patch)
tree81e5b14a5097b420107be340b8a85b00d6caa8a9 /examples
parent97a390057c473c515aba7b7fb371a7c9569a87cb (diff)
downloaddtas-20aa6c4baa00d7c7673f2efd30d83f7fee1566a9.tar.gz
While we're at it, document the splitfx manpage and
make the example suitable for tests.
Diffstat (limited to 'examples')
-rw-r--r--examples/splitfx.sample.yml9
1 files changed, 4 insertions, 5 deletions
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