Mercurial > hg > octave-lyh
diff scripts/audio/mu2lin.m @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 2618a0750ae6 |
children | 34f96dd5441b |
line wrap: on
line diff
--- a/scripts/audio/mu2lin.m +++ b/scripts/audio/mu2lin.m @@ -33,7 +33,7 @@ function y = mu2lin (x, bit) if (nargin == 1) - ## XXX COMPATIBILITY XXX: bps defaults to 8 for octave, 0 for Matlab + ## COMPATIBILITY -- bps defaults to 8 for octave, 0 for Matlab bit = 8; elseif (nargin == 2) if (bit != 0 && bit != 8 && bit != 16)