From ed8f0e442642277b28d3a03c520ed095d2c355f4 Mon Sep 17 00:00:00 2001 From: guybrush Date: Fri, 15 Sep 2023 23:40:51 +0700 Subject: [PATCH] simplify chunks: fast, slow, slow, fast --- make-practise-chunks | 7 ------- 1 file changed, 7 deletions(-) diff --git a/make-practise-chunks b/make-practise-chunks index bb8e304..dff44b5 100755 --- a/make-practise-chunks +++ b/make-practise-chunks @@ -46,13 +46,8 @@ trap "rm -r $tmp" EXIT trap exit INT HUP TERM echo " file $tmp/100.$format -file $tmp/100.$format -file $tmp/075.$format file $tmp/050.$format file $tmp/050.$format -file $tmp/075.$format -file $tmp/100.$format -file $tmp/125.$format file $tmp/100.$format " > $tmp/list @@ -67,9 +62,7 @@ while read next x nextlabel; do # cut practise chunks at different tempos cut_chunk $current $next 0.50 "$tmp/050.$format" - cut_chunk $current $next 0.75 "$tmp/075.$format" cut_chunk $current $next 1.00 "$tmp/100.$format" - cut_chunk $current $next 1.25 "$tmp/125.$format" # concatenate the practise chunks output="$outputdir/00.$voice$(printf %02d $count).$label.$format"