Mercurial > hg > octave-lyh
diff scripts/audio/loadaudio.m @ 3426:f8dde1807dee
[project @ 2000-01-13 08:40:00 by jwe]
author | jwe |
---|---|
date | Thu, 13 Jan 2000 08:40:53 +0000 |
parents | ae7adbb591e8 |
children | 434790acb067 |
line wrap: on
line diff
--- a/scripts/audio/loadaudio.m +++ b/scripts/audio/loadaudio.m @@ -20,13 +20,13 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} loadaudio (@var{name}, @var{ext}, @var{bps}) ## Loads audio data from the file @file{@var{name}.@var{ext}} into the -## vector @var{x}. +## vector @var{x}. ## ## The extension @var{ext} determines how the data in the audio file is ## interpreted; the extensions @file{lin} (default) and @file{raw} ## correspond to linear, the extensions @file{au}, @file{mu}, or @file{snd} ## to mu-law encoding. -## +## ## The argument @var{bps} can be either 8 (default) or 16, and specifies ## the number of bits per sample used in the audio file. ## @end deftypefn