everything related to duct tape audio suite (dtas)
 help / color / mirror / code / Atom feed
blob 2cbfbbc99ab8f61feec14d372724c325cf13fcc4 809 bytes (raw)
name: examples/tfx.sample.yml 	 # note: path name is non-authoritative(*)

 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:
  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 vol -6dB
- trim 52 1 sox vol -6dB # 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

debug log:

solving 2cbfbbc ...
found 2cbfbbc in https://80x24.org/dtas.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).