ftp.nice.ch/pub/next/audio/converter/GISO.3.3.s.tar.gz#/GISO/Sox/testall.sh

This is testall.sh in view mode; [Download] [Up]

effect="$*"
t() {
	format=$1
	shift
	opts="$*"

	echo "Format: $format   Options: $opts"
	./sox monkey.voc $opts /tmp/monkey.$format $effect
	./sox $opts /tmp/monkey.$format /tmp/monkey.voc  $effect
}
t raw -r 8130 -t ub
t au 
t sf 
t aiff 
t hcom -r 22050 
t 8svx 
t sndr
t wav 
t smp 
t dat 
#t cdr - need separate test and a mono->stereo effect

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.