home *** CD-ROM | disk | FTP | other *** search
- # test files
- # AUX Test script. This should run without core-dumping or printing any
- # messages.
- file=monkey
-
- # verbose options
- # noise=-V
-
- rm -f out.raw out2.raw in.raw
- aux $noise -i $file.voc -o ub.raw
- aux $noise -i ub.raw -t raw -r 13157 -u -b -o sb.raw -r 13157 -s -b
- aux $noise -i sb.raw -t raw -r 13157 -s -b -o ub2.raw -r 13157 -u -b
- aux $noise -i ub2.raw -r 13157 -u -b -o ub2.voc
- cmp -l ub.raw ub2.raw
- cmp -l $file.voc ub2.voc | grep -v '^ 2[3456]'
- rm -f ub.raw sb.raw ub2.raw ub2.voc
- aux $noise -i $file.au -o ub.raw -u -r 8192 -u -b
- aux $noise -i ub.raw -r 8192 -u -b -o ub.au
- aux $noise -i ub.au -o ub2.raw -u
- aux $noise -i ub.au -o ub2.sf -w
- rm -f ub.raw ub.au ub2.raw ub.sf
- #
- # Cmp -l of stop.raw and stop2.raw will show that most of the
- # bytes are 1 apart. This is quantization error.
- #
- # rm -f stop.raw stop2.raw stop2.au
- # Bytes 23 - 26 are the revision level of VOC file utilities and checksum.
- # We may use different ones than Sound Blaster utilities do.
- # We use 0/1 for the major/minor, SB uses that on the 1.15 utility disk.
-