logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gig2mono - Converts Gigasampler (.gig) files from stereo to mono.

Author

       Application and manual page written by Christian Schoenebeck <cuse@users.sf.net>

libgig 4.4.1                                       29 Dec 2013                                       gig2mono(1)

Bugs

       Check and report bugs at http://bugs.linuxsampler.org

Description

       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 ... ]

See Also