comparison scripts/audio/loadaudio.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 500d884ae373
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
27 ## correspond to linear, the extensions @file{au}, @file{mu}, or @file{snd} 27 ## correspond to linear, the extensions @file{au}, @file{mu}, or @file{snd}
28 ## to mu-law encoding. 28 ## to mu-law encoding.
29 ## 29 ##
30 ## The argument @var{bps} can be either 8 (default) or 16, and specifies 30 ## The argument @var{bps} can be either 8 (default) or 16, and specifies
31 ## the number of bits per sample used in the audio file. 31 ## the number of bits per sample used in the audio file.
32 ## @seealso{lin2mu, mu2lin, saveaudio, playaudio, setaudio, record}
32 ## @end deftypefn 33 ## @end deftypefn
33 ## 34
34 ## @seealso{lin2mu, mu2lin, saveaudio, playaudio, setaudio, and record}
35 35
36 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at> 36 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
37 ## Created: 10 April 1994 37 ## Created: 10 April 1994
38 ## Adapted-By: jwe 38 ## Adapted-By: jwe
39 39