I believe the commands for sox in these scripts is a little out of date.
I get this for every .aif:
Code:
File starbase.aif Number of channels: 2 Number of sample frames: 1657080 Number of bits per sample: 16 Sample rate: 44100.00Hz sox: invalid option -- w sox: SoX v14.3.0
sox FAIL sox: invalid option
And this for every .abx:
Code:
File ARILO058.ABX Base sample rate: 11025Hz sox FAIL sox: Bits value `-s' is not a positive integer
Just more of an informative post.
EDIT:
Also, while in Ubuntu 10.04 I had to uppercase the .abx extension in the script for it to find the files:
Code:
for FILE in *.ABX; do echo "File $FILE" BASE="${FILE%%.ABX}"
« Last Edit: April 01, 2010, 07:27:33 pm by Serosis »
As of SVN r3609, both converters output .wav files directly, so sox is no longer an issue. The converters are also a little safer because the sampling rate is preserved. The scripts also handle uppercase file extensions.