ftp.nice.ch/pub/next/unix/music/clm.d.tar.gz#/sound_types.h

This is sound_types.h in view mode; [Download] [Up]

/* CLM sound types */

/* keep in sync with headers.lisp */

#define unsupported_sound_file -1

/* read and writable */
#define NeXT_sound_file 0
#define AIFF_sound_file 1
#define RIFF_sound_file 2

/* readable, but not writable */
#define BICSF_sound_file 3
#define NIST_sound_file 4
#define INRS_sound_file 5
#define ESPS_sound_file 6
#define SVX_sound_file 7
#define VOC_sound_file 8
#define SNDT_sound_file 9
#define raw_sound_file 10
#define SMP_sound_file 11
#define SD2_sound_file 12
#define AVR_sound_file 13
#define IRCAM_sound_file 14

/* we write only 16-bit linear */
#define snd_unsupported -1
#define snd_16_linear 1
#define snd_8_mulaw 2
#define snd_8_linear 3
#define snd_32_float 4
#define snd_32_linear 5
#define snd_8_alaw 6
#define snd_8_unsigned 7
#define snd_24_linear 8
#define snd_64_double 9


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