shithub: sox

Download patch

ref: 60e502a9b5a169a508bf9b8872c6fa371ecf8c1d
parent: af257fcf44a4bb60b8ecb593fae7fcb16290c525
author: cbagwell <cbagwell>
date: Fri Sep 10 09:20:26 EDT 2004

minor update

--- a/scripts/crossfade_cat.sh
+++ b/scripts/crossfade_cat.sh
@@ -19,8 +19,8 @@
 #
 # Crossfaded file is created as "mix.wav".
 
-SOX=/home/cbagwell/sox/src/sox
-SOXMIX=/home/cbagwell/sox/src/soxmix
+SOX=../src/sox
+SOXMIX=../src/soxmix
 
 if [ "$3" == "" ]; then
     echo "Usage: $0 crossfade_seconds first_file second_file [ fadeout ] [ fadein ]"