Create
|
creates an empty recording of the
|
|
specified length
|
Read
|
reads audio data from a file into an
|
|
Array, Matrix, or Vector
|
Write
|
writes audio data from an Array, Matrix,
|
|
or Vector into a file
|
Preview
|
produces an audiogram from an audio
|
|
Array, Matrix, or Vector
|
Duration
|
computes the duration of a recording
|
|
in seconds
|
Extract
|
extracts a section of a recording
|
|
between a specified start and end time
|
Convolution
|
applies a one-dimensional convolution
|
|
mask/kernel to a recording
|
Scale
|
lengthens or shortens a recording (which
|
|
will also affect the pitch)
|
Resample
|
resamples a recording without affecting
|
|
the pitch
|
Modulate
|
modulates one recording with another
|
Clip
|
clips peaks at the specified low
|
|
and/or high levels (-1 and 1 if none
|
|
specified)
|
Normalize
|
normalizes the amplitude of a recording
|
ToMono
|
converts a multi-channel recording
|
|
to mono
|
ToStereo
|
converts a mono recording to stereo
|
|
(or more channels)
|
FormatFromName
|
try to determine the audio format based on
|
|
a filename
|