'\" t .\" Title: WAVTOOL-PL .\" Author: Ying-Chun Liu .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 05/12/2015 .\" Manual: wavtool-pl User Manual .\" Source: wavtool-pl .\" Language: English .\" .TH "WAVTOOL\-PL" "1" "05/12/2015" "wavtool-pl" "wavtool-pl User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" wavtool-pl \- program to concatenate and mix wav files .SH "SYNOPSIS" .HP \w'\fBwavtool\-pl\fR\ 'u \fBwavtool\-pl\fR {\fB\fIoutfile\fR\fR} {\fB\fIinfile\fR\fR} {\fB\fIoffset\fR\fR} {\fB\fIlength\fR\fR} {\fB\fIp1\fR\fR} {\fB\fIp2\fR\fR} {\fB\fIp3\fR\fR} {\fB\fIv1\fR\fR} {\fB\fIv2\fR\fR} {\fB\fIv3\fR\fR} {\fB\fIv4\fR\fR} {\fB\fIovr\fR\fR} {\fB\fIp4\fR\fR} {\fB\fIp5\fR\fR} {\fB\fIv5\fR\fR} .SH "DESCRIPTION" .PP This manual page documents briefly the \fBwavtool\-pl\fR command\&. .PP This manual page was written for the Debian distribution because the original program does not have a manual page\&. .PP \fBwavtool\-pl\fR is a program that can concatenate and mix wav files\&. Also adjust the volume of the wav files\&. The program will concatenate the input file to the end of the output file\&. If ovr is set, the input will be mixed with the end of the output file\&. .PP To adjust the volume, use the 5 points (p1 ~ p5) and the corresponding volume parameter (v1 \- v5)\&. The relationship of the points are offset \-> p1 \-> p2 \-> p5 \&.\&.\&. p3 <\- p4 <\- (offset+length)\&. .SH "OPTIONS" .PP A summary of options is included below\&. .PP \fB\fIoutfile\fR\fR .RS 4 The output file .RE .PP \fB\fIinfile\fR\fR .RS 4 The input file .RE .PP \fB\fIoffset\fR\fR .RS 4 How much offset (in msec) from head of the input file needs to skip\&. .RE .PP \fB\fIlength\fR\fR .RS 4 How much length (in msec) from offset of the input file needs to be processed\&. .RE .PP \fB\fIp1\fR\fR .RS 4 point 1 (in msec)\&. It is the relative position after offset\&. .RE .PP \fB\fIp2\fR\fR .RS 4 point 2 (in msec)\&. It is the relative position after p1\&. .RE .PP \fB\fIp3\fR\fR .RS 4 point 3 (in msec)\&. It is the relative position before p4\&. .RE .PP \fB\fIv1\fR\fR .RS 4 volume for point 1\&. The value is 0 to 100 which means percentage\&. .RE .PP \fB\fIv2\fR\fR .RS 4 volume for point 2\&. The value is 0 to 100 which means percentage\&. .RE .PP \fB\fIv3\fR\fR .RS 4 volume for point 3\&. The value is 0 to 100 which means percentage\&. .RE .PP \fB\fIv4\fR\fR .RS 4 volume for point 4\&. The value is 0 to 100 which means percentage\&. .RE .PP \fB\fIovr\fR\fR .RS 4 The length of overlap (in msec)\&. The head of the input (after offset) will be mixed with the end of the output\&. .RE .PP \fB\fIp4\fR\fR .RS 4 point 4 (in msec)\&. It is the relative position before the end of input (offset + length)\&. .RE .PP \fB\fIp5\fR\fR .RS 4 point 5 (in msec)\&. It is the relative position after p2\&. .RE .PP \fB\fIv5\fR\fR .RS 4 volume for point 5\&. The value is 0 to 100 which means percentage\&. .RE .SH "BUGS" .PP The upstreams BTS can be found at \m[blue]\fB\%http://sourceforge.jp/projects/wavtool-pl/ticket/\fR\m[]\&. .SH "SEE ALSO" .PP \fBjcadencii\fR(1) .SH "AUTHOR" .PP \fBYing\-Chun Liu\fR <\&paulliu@debian\&.org\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2014 Ying-Chun Liu (PaulLiu) .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .sp