summaryrefslogtreecommitdiff
path: root/results
diff options
context:
space:
mode:
authorjules on spawn <spawn@cortex>2018-05-25 15:56:35 +0200
committerjules on spawn <spawn@cortex>2018-05-25 15:56:35 +0200
commit1747f33c34e85fcbf161e4680404fdce2ee384f0 (patch)
tree1c786a92b0788741ff9fc33a2b31325178bdb892 /results
parente966dd1f6143d15cbfa0f92d4b414206dec90972 (diff)
if pitchshiftedfiles are not exactly 8 seconds remove them
Diffstat (limited to 'results')
-rwxr-xr-xresults/xfade.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/results/xfade.sh b/results/xfade.sh
index 55d343d..accaae7 100755
--- a/results/xfade.sh
+++ b/results/xfade.sh
@@ -4,6 +4,10 @@ limit=10000
for file in `ls *.wav | sort -V`
do
+ if [ "$file" = 'mix.wav' ] || [ "$file" = 'out.wav' ]
+ then
+ continue
+ fi
i=$((i+1))
if [ $i -eq $limit ]
then