|
[Sox-commits] sox/src test-srcs,1.2,1.3
From: robs <robs@us...> - 2008-06-30 21:48
|
Update of /cvsroot/sox/sox/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7297
Modified Files:
test-srcs
Log Message:
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.
Index: test-srcs
===================================================================
RCS file: /cvsroot/sox/sox/src/test-srcs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test-srcs 26 Jun 2008 07:57:36 -0000 1.2
+++ test-srcs 30 Jun 2008 21:48:41 -0000 1.3
@@ -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" \
|
| Thread | Author | Date |
|---|---|---|
| [Sox-commits] sox/src test-srcs,1.2,1.3 | robs <robs@us...> |