Compare commits

..

No commits in common. "479f30c80841543a0ca5d0ab1102cb4e262c55f0" and "6ebdde58f038fd7dcd6b6bee35b4754ad36223f2" have entirely different histories.

View File

@ -1 +0,0 @@
for a in $(find "in/" -maxdepth 1 -not -name '.gitkeep' -type f); do ffmpeg -i "$a" -ar 22050 -ac 1 -c:a pcm_f32le "out/$(basename $a).wav"; done