Mercurial > hg > octave-avbm
diff 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 (2006-03-06) |
parents | c45cf76df06f |
children | 0bc78d9ddcd4 |
line wrap: on
line diff
--- a/scripts/audio/wavread.m +++ b/scripts/audio/wavread.m @@ -36,10 +36,8 @@ ## @deftypefnx {Function File} {[@var{samples}, @var{channels}]} = wavread (@var{filename}, "size") ## Return the number of samples (@var{n}) and channels (@var{ch}) ## instead of the audio data. -## +## @seealso{wavwrite} ## @end deftypefn -## -## @seealso{wavwrite} ## Author: Michael Zeising <michael.zeising@stud.uni-erlangen.de> ## Created: 06 December 2005