au | % y = au(x, fs, lo [, hi]) |
auload | % |
auplot | % |
ausave | % error: ausave('filename.ext', x, fs, format) |
clip | % Clip values outside the range to the value at the boundary of the |
lin2mu | % Converts audio data from linear to mu-law. Mu-law values use 8-bit |
loadaudio | % Loads audio data from the file @file{@var{name}.@var{ext}} into the |
mu2lin | % Converts audio data from linear to mu-law. Mu-law values are 8-bit |
playaudio | % Plays the audio file @file{@var{name}.@var{ext}} or the audio data |
record | % Records @var{sec} seconds of audio input into the vector @var{x}. The |
saveaudio | % Saves a vector @var{x} of audio data to the file |
setaudio | % Execute the shell command @samp{mixer [@var{w_type} [, @var{value}]]} |
sound | % error: sound(x [, fs, bs]) |
soundsc | % error: soundsc(x, fs, limit) or soundsc(x, fs, [ lo, hi ]) |
wavread | % Load the RIFF/WAVE sound file @var{filename}, and return the samples |
wavwrite | % Write @var{y} to the canonical RIFF/WAVE sound file @var{filename} |