summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mix-wav.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/mix-wav.sh b/mix-wav.sh
index 23c81ec..2527f33 100644
--- a/mix-wav.sh
+++ b/mix-wav.sh
@@ -17,9 +17,9 @@ do
if [[ -d $i ]]; then
cd $i
echo $i
- ../../../xfade.sh
- sox mix.wav norm.wav norm
- mv norm.wav "../../../../wav/${i}.wav"
+ # ../../../xfade.sh
+ # sox mix.wav norm.wav norm
+ # mv norm.wav "../../../../wav/${i}.wav"
cd ..
fi
done