about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/README3
-rw-r--r--examples/splitfx.sample.yml17
2 files changed, 20 insertions, 0 deletions
diff --git a/examples/README b/examples/README
new file mode 100644
index 0000000..c87947a
--- /dev/null
+++ b/examples/README
@@ -0,0 +1,3 @@
+All files in this example directory (including this one) are CC0:
+To the extent possible under law, Eric Wong has waived all copyright and
+related or neighboring rights to these examples.
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