dtas.git  about / heads / tags
duct tape audio suite for *nix
blob b8add0b0412e6fa84e400379dc9c46d584731310 813 bytes (raw)
$ git show v0.16.1:examples/tfx.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
20
21
22
23
24
25
26
27
 
# 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_trimfx.rb if you change this,
# test_trimfx.rb relies on this.
---
infile: foo.flac
env: !omap
  PATH: $PATH
  SOX_OPTS: $SOX_OPTS -R
  I2: second.flac
  I3: third.flac
comments:
  ARTIST: John Smith
  ALBUM: Hello World
  YEAR: 2013
track_start: 1
effects:
# the following commands are equivalent
- trim 52 =53 sh sox $SOXIN $SOXOUT $TRIMFX gain -6
- trim 52 1 sox gain -6 # shorthand

# as are the following (for little endian machines)
- trim 52 1 eca -eadb:-6
- trim 52 1 sh sox $SOXIN $SOX2ECA $TRIMFX | ecasound $ECAFMT
  -i stdin -o stdout -eadb:-6 | sox $ECA2SOX - $SOXOUT
# SOX2ECA='-tf32 -c$CHANNELS -r$RATE'
# ECAFMT='-f32_le,$CHANNELS,$RATE

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