/[svn]/libgig/trunk/man/akaiextract.1.in
ViewVC logotype

Contents of /libgig/trunk/man/akaiextract.1.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2778 - (show annotations) (download)
Sun Jun 14 18:19:23 2015 UTC (8 years, 10 months ago) by schoenebeck
File size: 1557 byte(s)
- Minor update of man pages and README file.

1 .TH "akaiextract" "1" "22 May 2014" "libgig @VERSION@" "libgig tools"
2 .SH NAME
3 akaiextract \- Extract audio samples from an AKAI media or AKAI disk image file.
4 .SH SYNOPSIS
5 .B akaiextract
6 SOURCE DESTDIR
7 .SH DESCRIPTION
8 Reads an AKAI media (i.e. from a CDROM drive, ZIP drive or directly from an
9 AKAI hard disk drive) or AKAI disk image file and extracts all its audio samples
10 as .wav files to the given output directory. If the given output directory does
11 not exist yet, then it will be created.
12 .SH OPTIONS
13 .TP
14 .B \ SOURCE
15 On Windows: drive letter of the source disk drive to read from. On POSIX systems
16 (i.e. Linux, Mac): path to the input source, which may either be an AKAI disk
17 image file already being available on your HD, or a disk drive path (i.e. '/dev/cdrom').
18 On Mac: You can omit this argument on Mac, which will cause it to access the
19 CDROM drive automatically ('/dev/rdisk1s0').
20 .TP
21 .B \ DESTDIR
22 Output path where all samples should be extracted to. If the directory does not
23 exist yet, then it will be created.
24
25 .SH "SEE ALSO"
26 .BR akaidump(1),
27 .BR gigdump(1),
28 .BR gigextract(1),
29 .BR korgdump(1),
30 .BR sf2dump(1)
31
32 .SH "BUGS"
33 Check and report bugs at http://bugs.linuxsampler.org
34
35 .SH "Author"
36 This program and its library are based on S�bastien M�trot's libakai. This is a
37 fork of libakai and its tools which is now also providing support for LINUX and
38 other POSIX compliant operating system, and it does not have a dependency to
39 libngl as the original libakai had. Linux port and man page written by
40 Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC