about summary refs log tree commit homepage
path: root/examples/splitfx.sample.yml
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-07 12:18:45 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-07 12:21:07 +0000
commit8ebf63afe8c9af13868376e7618c840517618076 (patch)
treed6c6b8a73f67b1e9463c682bb53c39dfa21ff68b /examples/splitfx.sample.yml
parent5fe09ee3e080a2592e89d28f4157879d871485e9 (diff)
downloaddtas-8ebf63afe8c9af13868376e7618c840517618076.tar.gz
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.
Diffstat (limited to 'examples/splitfx.sample.yml')
-rw-r--r--examples/splitfx.sample.yml17
1 files changed, 17 insertions, 0 deletions
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