everything related to duct tape audio suite (dtas)
 help / color / mirror / code / Atom feed
blob d7ee06b1240db50f5a34600e514c96cfc1436c69 796 bytes (raw)
name: examples/splitfx.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_splitfx.rb if you change this,
# test_splitfx.rb relies on this.
---
infile: foo.flac
comments:
  ARTIST: John Smith
  ALBUM: Hello World
  YEAR: 2013
# the sox command for dtas-player playback, there is no need to
# specify this as it is the default:
# command: exec sox "$INFILE" $SOXFMT - $TRIMFX $RGFX $FX
env:
  PATH: $PATH
  # these effects may be used in any command in this file, including targets
  SOX_OPTS: $SOX_OPTS -R
  FX:
    # highpass -1 120 highpass 40 highpass 40
    # vol +1.5dB
    stats
track_start: 1 # 0 for pregap/intro tracks
cdda_align: true
tracks:
  - t 0:04 "track one"
  - t 0:10 "track two"
  - stop 24

debug log:

solving d7ee06b ...
found d7ee06b 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).