From bccf40dd51e06ece51a023cf75b0cc8bce904d30 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 7 Sep 2013 22:39:27 +0000 Subject: splitfx: flesh out functionality + integration test This seems to be working out nicely. Having a basic integration test should be enough to get us started for now. --- examples/splitfx.sample.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'examples') 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 -- cgit v1.2.3-24-ge0c7