Develop and Download Open Source Software

Jack Audio Connection Kit

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2004-06-03 04:44
Three new functions were added in JACK API.
Automatic server startup was implemented. An OSS
JACK driver was added. A new option,
-m/--no-mlock, prevents attempts to lock memory,
even if --realtime is used. A new option,
-p/--port-max n, sets the maximum number of ports
the JACK server can manage. The default value is
128. A new option, -T/--temporary, causes jackd to
exit when the last client disconnects. The
configuration process was reworked for better
portability, which helps jack run on Mac OS X and
FreeBSD. A JACK thread initialization callback was
added.
2004-01-15 19:54
The ALSA driver reports the actual sample rate, not the requested sample rate. This release handles hardware where playback and capture rates differ better. It has support for the native endian S24_3 format used by USB soundcards. Calls to jack_error() when jack_client_new() failed because the server was not running have been eliminated. Other calls to fprintf() in libjack have been eliminated. This release won't try to compile iec61883 if libraw1394 is below version 0.10.0.
2003-11-17 20:37
This release has a new thread design and freewheeling mode. Portaudio runs on Linux.
2003-09-04 03:10
There is a new transport API, and a new example client for controlling the transport. The first xrun on jackd startup is ignored. It is much more portable across processors. jackd -v (--verbose) now prints useful transport state change information for debugging JACK and clients. It also reports timeout info in seconds, not microseconds. There is a new dummy driver. The incomplete Solaris driver has been removed. Support has been added for asymmetric soundcards (for example, the es1968 chip has interleaved stereo for playback but non-interleaved stereo for capture). It now enforces power-of-two-sized buffer lengths. There are many minor bugfixes.
2003-07-20 04:40
Jack no longer sends event messages to clients not yet running a dedicated JACK thread. More portable/forgiving #defines are included in the headers. A new --dither=none option was added for scripting help. Transport is initialized to "Stopped, frame zero" when jack is started, and some documentation updates were made.

Project Resources

http://freecode.com/urls/11ce46bdf7568edbe9eedf2ab340e1ee
http://freecode.com/urls/de96cb6a9b2e68a4eec32e6ff8ac1a49
http://freecode.com/urls/55b6f9db9f8b1937e2fb700511278994
http://freecode.com/urls/d921750b7355ed23da57fa1968e0e747
http://freecode.com/projects/jackit

Project Description

JACK is a low-latency audio server. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (i.e., as normal applications), or can they can run within the JACK server (as a "plugin"). JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work. This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation.


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.