/[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 2543 - (show annotations) (download)
Sat May 10 02:06:58 2014 UTC (9 years, 11 months ago) by schoenebeck
File size: 1378 byte(s)
* Initial support for sample based instruments in KORG's file format (.KMP
  and .KSF files) -> Korg.h, Korg.cpp.
* Added new command line tool "korgdump" (and a man page for it).
* Added new command line tool "korg2gig" (and a man page for it), for
  converting KORG sounds to Giga format.
* riftree tool: Added more command line options for being able to also dump
  other kind of file formats similar but not equal to the RIFF format.
* gig.h/.cpp: Added new method File::GetGroup(String name) for retrieving
  group by name.
* RIFF.h/.cpp: Added support for loading RIFF-like files with a bit
  different layout than "real" RIFF files (used for KORG format support).
* RIFF.h/.cpp: Added new method Chunk::GetFile().
* RIFF.h/.cpp: Added new method Chunk::GetLayout().
* Bumped version (3.3.0.svn9).

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 gigextract(1),
34 .BR gigdump(1),
35 .BR gigmerge(1)
36
37 .SH "BUGS"
38 None. Report bugs to http://bugs.linuxsampler.org
39 .SH "Author"
40 Written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC