| Pieter's software | Spliff-dec-hack |
A hacked version of SPLIFF to read unreadable 10-channel audiofiles: it completely ignores the (corrupted) header, just assuming: 10 interleaved channels, 16-bit big-endian samples, and a samplerate of 44100 Hz. Since we do not know the header-length (even or odd), we produce 2 versions of each monofile: so 10 of the 20 files produced, contain more or less white noise (be carefull with your speakers).
This small computer program splits one or more 10-channel AIFF files into a
number of mono files. On the commandline, one may specify one or more input
files:
./spliff-dec-hack file1 file2 file3 ...
On systems where startup arguments cannot easily be given (like Mac OS 7-9),
or, when one starts up spliff without any arguments, the program lets you
enter one single input filename.
spliff-dec-hack-irix Binary executable for Silicon Graphics IRIX.
spliff-dec-hack.c Main source.
wraiff.h API for writing WRAIFF objects.
wraiff.c Library-implementation.
Makefile UNIX users may use this to compile (and test-run).
Users with IDE-compilers can simply put the 3 .c
files in a standard ISO/ANSI C-project. It should
compile and run without errors or warnings on all
computers.
The software requires no configuration before compilation. UNIX users
may simply type make (gmake on IRIX).
For easier download, take ../spliff-dec-hack.tar.gz, it contains all the
abovementioned files (including this page itself).