So this afternoon, I knocked up a Windows .bat file which makes Sox do it. It converts a bunch of samples to 32K sample rate, 16 bit, single channel .wav files, and then renames them appropriately, as the ES-1 only supports loading WAV files named 00.WAV thru to 99.WAV (or AIFF files named similarly)
You will need Sox installed. If you use a different version from 14.4.2 or dont install it to the default location, you will also need to edit the following line in the .bat file to point to the binary file.
Code: Select all
set soxpath="C:\Program Files (x86)\sox-14-4-2\sox"Note that I havent sussed a way to control the ordering of the files as they get converted, and thus it'll appear somewhat random, so Ive also got it to spit out a textfile (files.txt) which details which files were converted into which.
This .bat could be easily adapted for other samplers or whatever which need files in a consistent specific format.
Since this is based on an example which comes with Sox, its under the GPL v2. Credit appreciated if you redistribute a modded version.
