shithub: sox

Download patch

ref: e8d9e315c9ca2ec268363816a8f718fdb32913ec
parent: 18d0f1f3e1b320d3fa691cd333cf04d0367fe8e4
author: rrt <rrt>
date: Mon Nov 13 20:51:36 EST 2006

Add new effects

--- a/scripts/soxeffect
+++ b/scripts/soxeffect
@@ -1,15 +1,15 @@
 #!/bin/sh
 #
-# soxeffect - When this script is ran using a different name then soxeffect
-# it will run sox using that name as the effect.  It uses stdin/stdout
-# to grab data and output data and so is mainly useful in pipes.
+# soxeffect - When this script is run using a name other than
+# soxeffect it will run sox using that name as the effect. It uses
+# stdin/stdout to grab data and output data and so is mainly useful in
+# pipes.
 # 
 # Example usage:
 #   ln -s soxeffect lowpass
 #   rec | lowpass | play
 #
-# TODO: It would be nice to specify different output parameters then
-# the input format.
+# TODO: It would be nice to be able to modify the output format
 #
 
 SOX=/usr/local/bin/sox
@@ -25,7 +25,7 @@
   echo "to stdout.  This means that [ fopts ] need to be given so that"
   echo "sox will know what format the audio data is in."
   echo
-  echo "effectname: avg/band/bandpass/bandreject/chorus/compand/copy/cut/deemph/earwax/echo/echos/fade/filter/flanger/highp/highpass/lowp/lowpass/map/mask/noiseprof/pan/phaser/pick/pitch/polyphase/rate/repeat/resample/reverb/reverse/speed/split/stat/stretch/swap/trim/vibro/vol"
+  echo "effectname: avg/band/bandpass/bandreject/bass/chorus/compand/copy/cut/deemph/earwax/echo/echos/equalizer/fade/filter/flanger/highp/highpass/lowp/lowpass/map/mask/noiseprof/pan/phaser/pick/pitch/polyphase/rabbit/rate/repeat/resample/reverb/reverse/speed/split/stat/stretch/swap/treble/trim/vibro/vol"
   echo
   echo "fopts: -c channels -h -r rate -t type -v volume -s/-u/-U/-A -b/-w/-l/-f/-d/-D -x"
   echo ""