ls *.mp3 | awk '1==1 {printf("ffmpeg -i ./%s -filter:a \"atempo=0.75\" -vn ./%s-slow.mp3\n",$0,$0);}' | cat