comparison scripts/audio/record.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents b0084095098e
children 72c96de7a403
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} record (@var{sec}, @var{sampling_rate}) 20 ## @deftypefn {Function File} {} record (@var{sec}, @var{sampling_rate})
21 ## Records @var{sec} seconds of audio input into the vector @var{x}. The 21 ## Record @var{sec} seconds of audio input into the vector @var{x}. The
22 ## default value for @var{sampling_rate} is 8000 samples per second, or 22 ## default value for @var{sampling_rate} is 8000 samples per second, or
23 ## 8kHz. The program waits until the user types @key{RET} and then 23 ## 8kHz. The program waits until the user types @key{RET} and then
24 ## immediately starts to record. 24 ## immediately starts to record.
25 ## @seealso{lin2mu, mu2lin, loadaudio, saveaudio, playaudio, setaudio} 25 ## @seealso{lin2mu, mu2lin, loadaudio, saveaudio, playaudio, setaudio}
26 ## @end deftypefn 26 ## @end deftypefn