This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |