Mercurial > hg > octave-nkf
comparison scripts/audio/saveaudio.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
comparison
equal
deleted
inserted
replaced
5641:eb998631a4aa | 5642:2618a0750ae6 |
---|---|
22 ## Saves a vector @var{x} of audio data to the file | 22 ## Saves a vector @var{x} of audio data to the file |
23 ## @file{@var{name}.@var{ext}}. The optional parameters @var{ext} and | 23 ## @file{@var{name}.@var{ext}}. The optional parameters @var{ext} and |
24 ## @var{bps} determine the encoding and the number of bits per sample used | 24 ## @var{bps} determine the encoding and the number of bits per sample used |
25 ## in the audio file (see @code{loadaudio}); defaults are @file{lin} and | 25 ## in the audio file (see @code{loadaudio}); defaults are @file{lin} and |
26 ## 8, respectively. | 26 ## 8, respectively. |
27 ## @seealso{lin2mu, mu2lin, loadaudio, playaudio, setaudio, record} | |
27 ## @end deftypefn | 28 ## @end deftypefn |
28 ## | |
29 ## @seealso{lin2mu, mu2lin, loadaudio, playaudio, setaudio, and record} | |
30 | 29 |
31 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at> | 30 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at> |
32 ## Created: 5 September 1994 | 31 ## Created: 5 September 1994 |
33 ## Adapted-By: jwe | 32 ## Adapted-By: jwe |
34 | 33 |