shithub: sox

Download patch

ref: aac34b0fdcb783ac17c99b7d5373135d4f3cbed8
parent: 6455674b6eec823ef4fc43b7296dd75e690758f2
author: robs <robs>
date: Mon Jun 30 17:48:41 EDT 2008

Recent synth speed-up lost spectral purity in some cases.
This fixed version should be as fast as possible whilst remaining pure.
Also added a new pure exponential sweep, and a squared sweep.

--- a/src/test-srcs
+++ b/src/test-srcs
@@ -17,7 +17,7 @@
 
 test_converters () {
   # Create input file
-  $SOX -r $1 -n -twavpcm $IN synth 20 sin 0~`expr $1 / 2` gain -2 
+  $SOX -r $1 -n -twavpcm $IN synth 20 sin 0:`expr $1 / 2` gain -2 
   for src in \
       "polyphase" \
       "rabbit -c0" \