From owner-man-jp-reviewer@jp.freebsd.org  Fri Jan 15 12:23:48 1999
Received: (from daemon@localhost)
	by jaz.jp.freebsd.org (8.9.1+3.1W/8.7.3) id MAA02963;
	Fri, 15 Jan 1999 12:23:48 +0900 (JST)
	(envelope-from owner-man-jp-reviewer@jp.FreeBSD.org)
Received: from ams-srv.ams.eng.osaka-u.ac.jp (ams-srv.ams.eng.osaka-u.ac.jp [133.1.207.2])
	by jaz.jp.freebsd.org (8.9.1+3.1W/8.7.3) with ESMTP id MAA02956
	for <man-jp-reviewer@jp.freebsd.org>; Fri, 15 Jan 1999 12:23:46 +0900 (JST)
	(envelope-from mitchy@robotics.mech.eng.osaka-u.ac.jp)
Received: from robo1.mech.eng.osaka-u.ac.jp (robo1 [133.1.207.216])
	by ams-srv.ams.eng.osaka-u.ac.jp (8.8.8/3.6W) with SMTP id MAA11314
	for <man-jp-reviewer@jp.freebsd.org>; Fri, 15 Jan 1999 12:18:57 +0900 (JST)
Received: from robo1 (robo1 [133.1.207.216]) by robo1.mech.eng.osaka-u.ac.jp (8.6.12+2.5Wb7/3.5Wpl4-for-MECH-subdomain-nomx) with SMTP id MAA12197 for man-jp-reviewer@jp.freebsd.org; Fri, 15 Jan 1999 12:23:45 +0900
Message-Id: <199901150323.MAA12197@robo1.mech.eng.osaka-u.ac.jp>
X-Authentication-Warning: robo1: Host robo1 didn't use HELO protocol
To: man-jp-reviewer@jp.freebsd.org
From: MITSUNAGA Noriaki <mitchy@er.ams.eng.osaka-u.ac.jp>
X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
	boundary="--Next_Part(Fri_Jan_15_12:23:38_1999)--"
Content-Transfer-Encoding: 7bit
Date: Fri, 15 Jan 1999 12:23:44 +0900
Reply-To: man-jp-reviewer@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+981115
X-Sequence: man-jp-reviewer 898
Subject: [man-jp-reviewer 898] alaw2ulaw.1
Errors-To: owner-man-jp-reviewer@jp.freebsd.org
Sender: owner-man-jp-reviewer@jp.freebsd.org
X-Originator: mitchy@robotics.mech.eng.osaka-u.ac.jp

----Next_Part(Fri_Jan_15_12:23:38_1999)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

alaw2ulaw.1$B$N?75,K]Lu$G$9!#(B


----Next_Part(Fri_Jan_15_12:23:38_1999)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: "alaw2ulaw.1 English"

.\"
.\" Copyright (c) 1998 Hellmuth Michaelis.  All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\"	$Id: alaw2ulaw.1,v 1.1 1998/12/27 21:46:59 phk Exp $
.\" jpman %Id: alaw2ulaw.1,v 0.0 1999/01/12 11:34:21 horikawa Stab %
.\"
.\"	last edit-date: [Sat Dec  5 17:57:34 1998]
.\"
.\"	-hm	writing manual pages
.\"
.\"
.Dd January 23, 1998
.Dt alaw2ulaw 1
.Sh NAME
.Nm alaw2ulaw
.Nd convert sound data 
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm alaw2ulaw
is part of the isdn4bsd package and is used convert sound data between
uLaw coded data to ALaw coded data and vice versa.
.Pp
It reads data from stdin and outputs converted data to stdout.
.Pp
In case it is run as
.Em alaw2ulaw
it converts ALaw input data to uLaw output.
.Pp
In case it is run as
.Em ulaw2alaw
it converts uLaw input data to ALaw output.
.Pp

.Sh EXAMPLES
The command:
.Bd -literal -offset indent
alaw2ulaw <file.alaw >file.ulaw
.Ed
.Pp
converts ALaw input data file file.alaw to uLaw output file file.ulaw.

.Sh STANDARDS
ITU Recommendations G.711

.Sh AUTHOR
The
.Nm
utility and this man page were written by Hellmuth Michaelis. He can be
contacted at hm@kts.org.

----Next_Part(Fri_Jan_15_12:23:38_1999)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Content-Description: "alaw2ulaw.1 Japanese"

.\"
.\" Copyright (c) 1998 Hellmuth Michaelis.  All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\"	$Id: alaw2ulaw.1,v 1.1 1998/12/27 21:46:59 phk Exp $
.\" jpman %Id: alaw2ulaw.1,v 0.0 1999/01/12 11:34:21 horikawa Stab %
.\"
.\"	last edit-date: [Sat Dec  5 17:57:34 1998]
.\"
.\"	-hm	writing manual pages
.\"
.\"
.Dd January 23, 1998
.Dt alaw2ulaw 1
.Sh $BL>>N(B
.Nm alaw2ulaw
.Nd $B2;%G!<%?$rJQ49$9$k(B
.Sh $B=q<0(B
.Nm
.Sh $B2r@b(B
.Nm alaw2ulaw
$B$O!"(B isdn4bsd $B%Q%C%1!<%8$N0lIt$G!"2;%G!<%?$r(B uLaw $B7A<0$+$i(B ALaw $B7A<0$K!"(B
$B$^$?$=$N5U$KJQ49$7$^$9!#(B
.Pp
$B%G!<%?$r(B stdin $B$+$iFI$_9~$_!"JQ498e$N%G!<%?$r(B stdout $B$K=PNO$7$^$9!#(B
.Pp
.Em alaw2ulaw
$B$H$7$F<B9T$5$l$?>l9g$K$O!"(B ALaw $B7A<0$NF~NO$r(B uLaw $B7A<0$KJQ49$7$^$9!#(B
.Pp
.Em ulaw2alaw
$B$H$7$F<B9T$5$l$?>l9g$K$O!"(B uLaw $B7A<0$NF~NO$r(B ALaw $B7A<0$KJQ49$7$^$9!#(B
.Pp

.Sh $B;HMQNc(B
$B%3%^%s%I(B:
.Bd -literal -offset indent
alaw2ulaw <file.alaw >file.ulaw
.Ed
.Pp
$B$O!"(B ALaw $B7A<0$NF~NO%U%!%$%k(B file.alaw $B$r(B uLaw $B7A<0$N=PNO%U%!%$%k(B
file.ulaw$B$KJQ49$7$^$9!#(B

.Sh $B5,3J(B
ITU Recommendations G.711

.Sh $B:n<T(B
.Nm
$B%f!<%F%#%j%F%#$H$3$N%^%K%e%"%k%Z!<%8$O!"(B Hellmuth Michaelis $B$K$h$C$F=q(B
$B$+$l$^$7$?!#H`$NO"Mm@h$O!"(B hm@kts.org $B$G$9!#(B

----Next_Part(Fri_Jan_15_12:23:38_1999)----
