Algorithm info: Ripple iOS app
Submitted by Bas Curtiz
Thanks to 97chris for processing half of the set and upping.
In order to align properly, i had to convert the exported stems (m4a vbr / 48khz) to wav (44.1khz) and ditch the added silence like this:
for file in /mnt/f/ripple-app/wav/*.wav; do
ffmpeg -ss 00:00.01308 -i "$file" -c copy "/mnt/f/ripple-app/wav/01308/$(basename "$file")"
done
and a cut to 1 minute using Audacity, to ditch the tail that some exported stems had, referencing to an original drum stem.
Date added: 2023-08-22 |