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

gigextract - Extract samples from Gigasampler (.gig) files.

Author

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

libgig 4.4.1                                       8 May 2005                                      gigextract(1)

Bugs

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

Description

       Extract  samples from Gigasampler (.gig) files. All extracted samples will be written in .wav format. You
       must at least supply name of the .gig input file and an output path where all extracted samples should be
       written to. By default gigextract extracts all samples contained in the Gigasampler file,  even  if  they
       are  not  linked  by any instrument in the .gig file, but you can also extract only particular samples by
       supplying a list of samples indices at the end of the command line. You can use the  gigdump(1)  tool  to
       see the list of available samples and their sample indices of a Gigasampler file.

Name

       gigextract - Extract samples from Gigasampler (.gig) files.

Options

GIGFILE
              filename of the input Gigasampler file

        DESTDIR
              output path where all samples should be extracted to

        SAMPLENR
              optional index of sample(s) to be exclusively extracted

        -v    print version and exit

See Also

gigdump(1),gigmerge(1),gig2mono(1),gig2stereo(1),wav2gig(1)

Synopsis

gigextract [ -v ] GIGFILE DESTDIR [SAMPLENR] [ [SAMPLENR] ... ]

See Also