mkdir splices
for i in {0..100}
do
sox generals.wav ./splices/out_$(((RANDOM%10000))).wav trim $(($i*1)) 1
done
sox $(ls ./splices/*.wav | sort -n) combined.wav
for j in {0..500}; do
for i in {0..100}
do
sox combi…
beautiful,,, as all your work is,,, thanks for sharing
That's a beautiful script with a hypnotical result