comparison scripts/audio/loadaudio.m @ 3407:5e0a0b1cba43

[project @ 2000-01-06 03:13:55 by jwe]
author jwe
date Thu, 06 Jan 2000 03:14:17 +0000
parents 7c03933635c6
children ae7adbb591e8
comparison
equal deleted inserted replaced
3406:772cc0f88f09 3407:5e0a0b1cba43
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 ## @end deftypefn 32 ## @end deftypefn
33 33 ## @seealso{lin2mu, mu2lin, saveaudio, playaudio, setaudio, record}
34 ## See also: lin2mu, mu2lin, saveaudio, playaudio, setaudio, record
35 34
36 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at> 35 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
37 ## Created: 10 April 1994 36 ## Created: 10 April 1994
38 ## Adapted-By: jwe 37 ## Adapted-By: jwe
39 38