Home > freetb4matlab > audio > saveaudio.m

saveaudio

PURPOSE ^

% Saves a vector @var{x} of audio data to the file

SYNOPSIS ^

function saveaudio (name, X, ext, bit)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} saveaudio (@var{name}, @var{x}, @var{ext}, @var{bps})
% Saves a vector @var{x} of audio data to the file
% @file{@var{name}.@var{ext}}.  The optional parameters @var{ext} and
% @var{bps} determine the encoding and the number of bits per sample used
% in the audio file (see @code{loadaudio});  defaults are @file{lin} and
% 8, respectively.
% @seealso{lin2mu, mu2lin, loadaudio, playaudio, setaudio, record}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003