Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
gig2mono(1)			  libgig tools			     gig2mono(1)

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

SYNOPSIS
     gig2mono  [  -v  ]  [  -r	]  [  --left  | --right | --mix ] FILE_OR_DIR1 [
     FILE_OR_DIR2 ... ]

DESCRIPTION
     Takes a list of Gigasampler (.gig) files and  /  or  directories  as  argu-
     ment(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.

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)

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

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

libgig 4.5.2			   29 Dec 2013			     gig2mono(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gig2mono&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help