GSI UTILITIES:
- raw to au
Converts a raw PCM file to .au/.snd (adds a header and for little endian data does byteswapping). Comment out #define NL in raw_to_au.c for english messages.
Simply enter 'raw_to_au' and the program will ask you what it needs to know, or use it directly like this:
raw_to_au <file> <samplerate> <channels> <sampletype> <comment> e.g.
raw_to_au alien.raw 8000 1 8 "alien shoots"
which converts a sound 'alien.raw' to 'alien.au' with a header saying speed: 8000Hz, channels: 1, type: 8 bit, description: "alien shoots". Sampletype can be: mulaw, 8, 16, 24, 16LE or 24LE.
- toon
For testing. Makes a sample with a single tone of given frequency and duration.- spec to header
Converts command specification files into C headers with definitions, a table of the command lengths and a table with the command names.
Enjoy,
WHS (whs@xs4all.nl)
