Skip to content

Instantly share code, notes, and snippets.

@tsointsoin
tsointsoin / prepare_disting.sh
Last active July 5, 2023 19:43
Bash script to prepare samples for Expert sleepers Disting - Needs the following utilities : detox, ffmpeg and sox
#!/bin/bash
#
# Convert samples to 44.1kHz/16bit
# Remove all metadata from wav files in folders and create reversed wav files
# Needed : detox, sox and ffmpeg
#
# Usage:
# Put this script in a folder with your samples (they can be in subfolders), chmod +x
# and execute ./prepare_disting.sh
# All .wav files will be treated, detox will take care of spaces and such things