From 8ebf63afe8c9af13868376e7618c840517618076 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 7 Sep 2013 12:18:45 +0000 Subject: add dtas-splitfx - .cuesheets + make(1) This is lacking tests and documentation, but it works from a old trivial sample I had from a recording I previously split using plain POSIX shell splitfx is like make(1) for splitting and minor audio editing. It also allows any number of effects. --- examples/splitfx.sample.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/splitfx.sample.yml (limited to 'examples/splitfx.sample.yml') diff --git a/examples/splitfx.sample.yml b/examples/splitfx.sample.yml new file mode 100644 index 0000000..c4655ff --- /dev/null +++ b/examples/splitfx.sample.yml @@ -0,0 +1,17 @@ +# To the extent possible under law, Eric Wong has waived all copyright and +# related or neighboring rights to this example. +--- +infile: foo.flac +env: + PATH: /usr/local/bin:/usr/bin:/bin + SOX_OPTS: -R +comments: + ARTIST: John Smith + ALBUM: Hello World + YEAR: 2013 +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 -- cgit v1.2.3-24-ge0c7