diff scripts/audio/lin2mu.m @ 12150:605ed5bbb643

mu2lin: make default for N compatible with Matlab
author John W. Eaton <jwe@octave.org>
date Mon, 24 Jan 2011 00:35:42 -0500
parents c792872f8942
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/audio/lin2mu.m
+++ b/scripts/audio/lin2mu.m
@@ -17,12 +17,12 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {} lin2mu (@var{x})
-## @deftypefnx {Function File} {} lin2mu (@var{x}, @var{n})
+## @deftypefn {Function File} {} lin2mu (@var{x}, @var{n})
 ## Convert audio data from linear to mu-law.  Mu-law values use 8-bit
 ## unsigned integers.  Linear values use @var{n}-bit signed integers or
 ## floating point values in the range -1 @leq{} @var{x} @leq{} 1 if
 ## @var{n} is 0.
+##
 ## If @var{n} is not specified it defaults to 0, 8, or 16 depending on
 ## the range of values in @var{x}.
 ## @seealso{mu2lin, loadaudio, saveaudio}