gig2mono - Converts Gigasampler (.gig) files from stereo to mono.
Contents
Bugs
Check and report bugs at http://bugs.linuxsampler.orgDescription
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.
Name
gig2mono - Converts Gigasampler (.gig) files from stereo to mono.
Options
FILE_OR_DIR1
Gigasampler (.gig) filename or directory
FILE_OR_DIR2
Gigasampler (.gig) filename or directory
-v Print version and exit.
-r Recurse through subdirectories.
--mix Convert by mixing left & right audio channels together (default).
--left
Convert by using left audio channel data.
--right
Convert by using right audio channel data.
See Also
gig2stereo(1),gigextract(1),gigdump(1),gigmerge(1),wav2gig(1)
Synopsis
gig2mono [ -v ] [ -r ] [ --left | --right | --mix ] FILE_OR_DIR1 [ FILE_OR_DIR2 ... ]
