From 1747f33c34e85fcbf161e4680404fdce2ee384f0 Mon Sep 17 00:00:00 2001 From: jules on spawn Date: Fri, 25 May 2018 15:56:35 +0200 Subject: if pitchshiftedfiles are not exactly 8 seconds remove them --- results/xfade.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'results') 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 -- cgit v1.2.3-70-g09d2