aiff-grokker
allows you to examine and edit the structure of AIFF files.
Version 0.2.1, 2014 January 3.
AIFF is a rather simple audio format, originally defined by Apple. This is a simple tool which allows you to:
lame
).The AIFF spec is available at
http://preserve.harvard.edu/standards/audioiffspecification1-3.pdf
.
The code is available at bitbucket.org.
aiff-grokker [-v] -l [-i] <filename> ...
aiff-grokker [-v] -t <filename> ...
aiff-grokker [-v] -sn [-otemplate] <filename>
aiff-grokker [-v] -xoffset+duration [-ofilename] [-mmimetype] <filename>
aiff-grokker [-vf] [-c spec] [-a s] [-n s] -otemplate <filename>
aiff-grokker -h
Options:
-a str
-c @file
-c str
-f
-h
-i
-l
-m mime-type
-n str
-o template
-s n
-t
-v
-V
-x spec
Release 0.2.1, 2014 January 3 * Source moved to bitbucket; licence changed to BSD 2-clause * Portability fixes. Release 0.2, 2010 December 13 * Initial public release (after being in use for some time internally)
Download and unpack the distribution tarball.
To configure, build and install, just use:
% ./configure % make % make install
That will install the software into /usr/local
. If
you want it to go somewhere else, then (as usual with
./configure
), specify the alternative location as the
argument to configure's --prefix
option. See
./configure --help for more details.
Run make check
to run some self-tests (one of these
requires scsh
to run, but you can just ignore that one if
you don't have scsh
installed).
This software is copyright 2006, 2010, 2014, Norman Gray. It is free software, released under the terms of the BSD 2-clause licence..