sound

Class summary
sound
Method summary
datafile sound
get-samples (s sound) &key start end next
nb-channels sound
point-to (s sound) pos
pointer-position sound
sample-rate sound
samples sound
Function summary
channel s chan
sound    [Class]
:nb-channels    [Initarg]
:sample-rate    [Initarg]
:samples    [Initarg]
:pointer-position    [Initarg]
:datafile    [Initarg]
datafile   sound  [Generic function]

Returns the datafile of the specified sound

pointer-position   sound  [Generic function]

Returns and (with setf) changes the pointer-position of the specified sound

samples   sound  [Generic function]

Returns and (with setf) changes the samples of the specified sound

sample-rate   sound  [Generic function]

Returns and (with setf) changes the sample-rate of the specified sound

nb-channels   sound  [Generic function]

Returns and (with setf) changes the nb-channels of the specified sound

get-samples   (s sound) &key start end next  [Method]
point-to   (s sound) pos  [Method]
channel   s chan  [Function]