3.12. JAMin

JAMin is the JACK Audio Connection Kit (JACK) Audio Mastering interface. JAMin is an open source application designed to perform professional audio mastering of stereo input streams. It uses LADSPA for digital signal processing (DSP). JAMin is licensed under the GPL.

You can either download the stable archive here, or decide to build it from the CVS: see here for information. To get the current CVS HEAD, do the following:


$ cvs -d:pserver:anonymous@jamin.cvs.sourceforge.net:/cvsroot/jamin login
$  cvs -z3 -d:pserver:anonymous@jamin.cvs.sourceforge.net:/cvsroot/jamin co -P jamin
      

Then do the following:


$ ./autogen.sh --prefix=/usr
$ make
$ su -c "make install"