dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] examples/splitfx.sample.yml: use more common effect


From: Eric Wong
Subject: [PATCH] examples/splitfx.sample.yml: use more common effect
Date: Mon, 29 Dec 2014 04:26:07 +0000

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.
---
 examples/splitfx.sample.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
EW




reply via email to

[Prev in Thread] Current Thread [Next in Thread]