/[svn]/libgig/trunk/man/gig2mono.1.in
ViewVC logotype

Contents of /libgig/trunk/man/gig2mono.1.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3980 - (show annotations) (download)
Tue Aug 3 14:37:25 2021 UTC (2 years, 7 months ago) by schoenebeck
File size: 1447 byte(s)
* Add new command line tool "wav2gig".

* Bumped version (4.3.0.svn30).

1 .TH "gig2mono" "1" "29 Dec 2013" "libgig @VERSION@" "libgig tools"
2 .SH NAME
3 gig2mono \- Converts Gigasampler (.gig) files from stereo to mono.
4 .SH SYNOPSIS
5 .B gig2mono
6 [ \-v ] [ \-r ] [ --left | --right | --mix ] FILE_OR_DIR1 [ FILE_OR_DIR2 ... ]
7 .SH DESCRIPTION
8 Takes a list of Gigasampler (.gig) files and / or directories as argument(s) and converts the individual Gigasampler files from stereo to mono audio format. Given directories are scanned for .gig files. The Gigasampler files are directly modified, not copied. Gigasampler files already being in mono format are ignored. Since at this point the Gigasampler format only defines mono and stereo samples, this program currently also assumes all samples in the .gig files provided to be either mono or stereo.
9 .SH OPTIONS
10 .TP
11 .B \ FILE_OR_DIR1
12 Gigasampler (.gig) filename or directory
13 .TP
14 .B \ FILE_OR_DIR2
15 Gigasampler (.gig) filename or directory
16 .TP
17 .B \ -v
18 Print version and exit.
19 .TP
20 .B \ -r
21 Recurse through subdirectories.
22 .TP
23 .B \ --mix
24 Convert by mixing left & right audio channels together (default).
25 .TP
26 .B \ --left
27 Convert by using left audio channel data.
28 .TP
29 .B \ --right
30 Convert by using right audio channel data.
31
32 .SH "SEE ALSO"
33 .BR gig2stereo(1),
34 .BR gigextract(1),
35 .BR gigdump(1),
36 .BR gigmerge(1),
37 .BR wav2gig(1)
38
39 .SH "BUGS"
40 Check and report bugs at http://bugs.linuxsampler.org
41 .SH "Author"
42 Application and manual page written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC