Skip to content

Commit

Permalink
simplify chunks: fast, slow, slow, fast
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed Sep 15, 2023
1 parent ac08fb9 commit ed8f0e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions make-practise-chunks
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"
Expand Down

0 comments on commit ed8f0e4

Please sign in to comment.