about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-07 22:39:27 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-07 22:39:27 +0000
commitbccf40dd51e06ece51a023cf75b0cc8bce904d30 (patch)
treebbf111481588f3f7b103d1da53a5ac5c05ed8a1b /examples
parentd2f75170a6c1548b85335c7e84a000ed67a0158b (diff)
downloaddtas-bccf40dd51e06ece51a023cf75b0cc8bce904d30.tar.gz
This seems to be working out nicely.  Having a basic integration
test should be enough to get us started for now.
Diffstat (limited to 'examples')
-rw-r--r--examples/splitfx.sample.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/splitfx.sample.yml b/examples/splitfx.sample.yml
index c4655ff..297e50b 100644
--- a/examples/splitfx.sample.yml
+++ b/examples/splitfx.sample.yml
@@ -1,10 +1,12 @@
 # To the extent possible under law, Eric Wong has waived all copyright and
 # related or neighboring rights to this example.
+# Note: be sure to update test/test_splitfx.rb if you change this,
+# test_splitfx.rb relies on this.
 ---
 infile: foo.flac
 env:
-  PATH: /usr/local/bin:/usr/bin:/bin
-  SOX_OPTS: -R
+  PATH: $PATH
+  SOX_OPTS: $SOX_OPTS -R
 comments:
   ARTIST: John Smith
   ALBUM: Hello World
@@ -13,5 +15,5 @@ track_start: 1 # 0 for pregap/intro tracks
 cdda_align: true
 tracks:
   - t 0:04 "track one"
-  - t 0:05 "track two"
-  - stop 1:00
+  - t 0:10 "track two"
+  - stop 24