clm-sound-file [Class]

An event stream class implementing CLM sound files. This class is automatcally chosen when you specify a file with a .snd extension.

clm-sound-file declares slots for all keywords supported by CLM's with-sound macro. The following slots are most commonly used:

channels {integer}
The number of channels for the sound file. Defaults to 1.
srate {integer}
The sampling rate of the sound file. Defaults to CLM's sampling rate.
reverb {symbol}
If specified, the name of the reverberator to process the sound file with.
reverb-data {list}
Additional data arguments to pass to reverb.
decay-time {symbol}
Reverberation decay time (in seconds).
statistics {t | nil}
If true, sound file statistics are printed after computation.
Additional slots are inherited from event-stream.

See Also:

CLM, clm-score-file


Last Modified: 5-Mar-1998