dtas.git  about / heads / tags
duct tape audio suite for *nix
blob 297e50bcbf242b03a5037408600d4cc103a3891d 481 bytes (raw)
$ git show v0.4.0:examples/splitfx.sample.yml	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
# 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: $PATH
  SOX_OPTS: $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:10 "track two"
  - stop 24

git clone git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git