Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-01-15 19:54 Back to release list
0.94.0

El controlador ALSA informes de la tasa real de la muestra, no el tipo de muestra solicitado. Este comunicado de hardware en el que controla la reproducción y las tasas de captura difieren mejor. Tiene soporte para el formato nativo S24_3 endian utilizado por las tarjetas de sonido USB. Pide a jack_error () cuando jack_client_new () falló porque el servidor no se ejecuta han sido eliminados. Otras llamadas a printf () en libjack han sido eliminados. Esta versión no intenta compilar iec61883 si libraw1394 es inferior a la versión 0.10.0.
Tags: Code cleanup
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.

Project Resources