Mercurial > hg > octave-nkf
comparison scripts/audio/wavread.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | c45cf76df06f |
children | 0bc78d9ddcd4 |
comparison
equal
deleted
inserted
replaced
5641:eb998631a4aa | 5642:2618a0750ae6 |
---|---|
34 ## Read only samples @var{n1} through @var{n2} from each channel. | 34 ## Read only samples @var{n1} through @var{n2} from each channel. |
35 ## | 35 ## |
36 ## @deftypefnx {Function File} {[@var{samples}, @var{channels}]} = wavread (@var{filename}, "size") | 36 ## @deftypefnx {Function File} {[@var{samples}, @var{channels}]} = wavread (@var{filename}, "size") |
37 ## Return the number of samples (@var{n}) and channels (@var{ch}) | 37 ## Return the number of samples (@var{n}) and channels (@var{ch}) |
38 ## instead of the audio data. | 38 ## instead of the audio data. |
39 ## | 39 ## @seealso{wavwrite} |
40 ## @end deftypefn | 40 ## @end deftypefn |
41 ## | |
42 ## @seealso{wavwrite} | |
43 | 41 |
44 ## Author: Michael Zeising <michael.zeising@stud.uni-erlangen.de> | 42 ## Author: Michael Zeising <michael.zeising@stud.uni-erlangen.de> |
45 ## Created: 06 December 2005 | 43 ## Created: 06 December 2005 |
46 | 44 |
47 function [y, samples_per_sec, bits_per_sample] = wavread (filename, param) | 45 function [y, samples_per_sec, bits_per_sample] = wavread (filename, param) |