comparison scripts/audio/record.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
21 ## @deftypefn {Function File} {} record (@var{sec}, @var{sampling_rate}) 21 ## @deftypefn {Function File} {} record (@var{sec}, @var{sampling_rate})
22 ## Records @var{sec} seconds of audio input into the vector @var{x}. The 22 ## Records @var{sec} seconds of audio input into the vector @var{x}. The
23 ## default value for @var{sampling_rate} is 8000 samples per second, or 23 ## default value for @var{sampling_rate} is 8000 samples per second, or
24 ## 8kHz. The program waits until the user types @key{RET} and then 24 ## 8kHz. The program waits until the user types @key{RET} and then
25 ## immediately starts to record. 25 ## immediately starts to record.
26 ## @seealso{lin2mu, mu2lin, loadaudio, saveaudio, playaudio, setaudio}
26 ## @end deftypefn 27 ## @end deftypefn
27 ##
28 ## @seealso{lin2mu, mu2lin, loadaudio, saveaudio, playaudio, and setaudio}
29 28
30 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at> 29 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
31 ## Created: 19 September 1994 30 ## Created: 19 September 1994
32 ## Adapted-By: jwe 31 ## Adapted-By: jwe
33 32