aboutsummaryrefslogtreecommitdiff
path: root/ja/man/man1/ulaw2alaw.1
diff options
context:
space:
mode:
Diffstat (limited to 'ja/man/man1/ulaw2alaw.1')
-rw-r--r--ja/man/man1/ulaw2alaw.169
1 files changed, 0 insertions, 69 deletions
diff --git a/ja/man/man1/ulaw2alaw.1 b/ja/man/man1/ulaw2alaw.1
deleted file mode 100644
index 8096249c8a..0000000000
--- a/ja/man/man1/ulaw2alaw.1
+++ /dev/null
@@ -1,69 +0,0 @@
-.\"
-.\" 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: ulaw2alaw.1,v 1.1 1998/12/27 21:46:59 phk Exp %
-.\" jpman %Id: ulaw2alaw.1,v 1.3 1999/02/01 14:25:35 horikawa Stab %
-.\"
-.\" last edit-date: [Sat Dec 5 17:58:07 1998]
-.\"
-.\" -hm writing manual pages
-.\"
-.\"
-.Dd January 23, 1998
-.Dt ulaw2alaw 1
-.Sh 名称
-.Nm ulaw2alaw
-.Nd 音データを変換する
-.Sh 書式
-.Nm
-.Sh 解説
-.Nm ulaw2alaw
-は、isdn4bsd パッケージの一部であり、音データを uLaw 形式から ALaw 形式に、
-またその逆に変換します。
-.Pp
-データを stdin から読み込み、変換後のデータを stdout に出力します。
-.Pp
-.Em alaw2ulaw
-として実行された場合には、ALaw 形式の入力を uLaw 形式に変換します。
-.Pp
-.Em ulaw2alaw
-として実行された場合には、uLaw 形式の入力を ALaw 形式に変換します。
-.Pp
-
-.Sh 使用例
-コマンド:
-.Bd -literal -offset indent
-ulaw2alaw <file.ulaw >file.alaw
-.Ed
-.Pp
-は、uLaw 形式の入力ファイル file.ulaw を ALaw 形式の出力ファイル
-file.alawに変換します。
-
-.Sh 規格
-ITU Recommendations G.711
-
-.Sh 作者
-.Nm
-ユーティリティとこのマニュアルページは、Hellmuth Michaelis によって書
-かれました。彼の連絡先は、hm@kts.org です。