SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

JAMin README

jackEQ; Almost as refined as Jackie O allowing one to produce sound just as beautiful and powerful. jackEQ is a JACK Equilisation tool designed primarily for live performance/work. The code is taken primarily from the JAMin project.

Web site: <http://jackeq.sourceforge.net> Mailing list: <http://lists.sourceforge.net/lists/listinfo/jackeq_devel>

JackEQ runs under the JACK Audio Connection Kit, a low-latency audio server, which can connect a number of different applications to an audio device, and also allow them to share audio among themselves. JACK is different from other audio servers in being designed from the ground up for professional audio work. It focuses on two key areas: synchronous execution of all clients, and low latency operation.

To get satisfactory results with jackEQ, you will need to set your system up to run JACK well. See <http://jackit.sourceforge.net> for details.

COMPILING

You will need:

  • Tools:
       gcc/g++ >= 2.95  (2.96 works, some problems with 2.95)
       autoconf >= 2.52
       automake >= 1.4
       libtool >= 1.4.2
       gettext >= 0.11.5
       pkgconfig >= 0.8.0
                        <http://www.freedesktop.org/software/pkgconfig>
  • Libraries:

Recommended versions, where applicable, are shown under the general requirement.

       ALSA >= 0.9              <http://www.alsa-project.org>
       JACK >= 0.75.0           <http://jackit.sourceforge.net>
       libxml2 >= 2.5           <http://xmlsoft.org>
       GTK+ 2.0                 <http://www.gtk.org>
       LADSPA SDK               <http://www.ladspa.org>
       
       swh-plugins >= 0.4.3 (anything released on/after 2003 08 11)     
                                <http://www.plugin.org.uk/snapshots/>

Installation.

./configure;make;make install

then

ln -s .jackeqrc ~

You need to link the jackeqrc file for now until I figure out how to install it for you.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.