about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-12-28 16:59:21 +0000
committerEric Wong <e@80x24.org>2014-12-28 16:59:21 +0000
commit97a390057c473c515aba7b7fb371a7c9569a87cb (patch)
treee7cd12642a6f31b0348af8a0be5044c7f9a57601 /examples
parent23b87be611b0f927fc361db22f018ce9dd3aeb29 (diff)
downloaddtas-97a390057c473c515aba7b7fb371a7c9569a87cb.tar.gz
The "-l" and "-r" switches used by the sox ladspa effect
(for latency compensation and replicate, respectively)
are not available until sox v14.4.2, so avoid using it
since it can fail tests on common systems today.
Diffstat (limited to 'examples')
-rw-r--r--examples/splitfx.sample.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/splitfx.sample.yml b/examples/splitfx.sample.yml
index c1b5872..5d32a6c 100644
--- a/examples/splitfx.sample.yml
+++ b/examples/splitfx.sample.yml
@@ -18,7 +18,7 @@ env:
   # these effects may be used in any command in this file, including targets
   FX:
     highpass -1 120 highpass 40 highpass 40
-    ladspa -lr tap_limiter -10 9.5
+    vol +1.5dB
     stats
 track_start: 1 # 0 for pregap/intro tracks
 cdda_align: true