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-06-03 04:44
0.98.0

Tres nuevas funciones se han añadido en JACK API. Inicio automático del servidor se ha aplicado. Un controlador OSS JACK fue añadida. Una nueva opción, -m/--no-mlock, evita los intentos de bloquear la memoria, incluso si se utiliza - en tiempo real. Una nueva opción, n -p/--port-max, establece el número máximo de puertos del servidor JACK puede manejar. El valor por defecto es 128. Una nueva opción, -T/--temporary, las causas jackd para salir cuando el último cliente se desconecta. El proceso de configuración fue rediseñada para una mejor portabilidad, lo que ayuda a Jack correr en Mac OS X y FreeBSD. Un hilo de inicialización JACK de devolución de llamada se ha añadido.
Tags: Major feature enhancements
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
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.

2003-11-17 20:37
0.90.0

Este comunicado tiene un diseño nuevo hilo y el modo de rueda libre. Portaudio funciona en Linux.
Tags: Major feature enhancements
This release has a new thread design and freewheeling mode. Portaudio runs on Linux.

2003-09-04 03:10
0.80.0

Hay una nueva API de transporte, y un cliente nuevo ejemplo para controlar el transporte. El xrun primero en el arranque jackd se ignora. Es mucho más portable a través de los transformadores. jackd-V (- verbose) ahora imprime información de estado de transporte útil para la depuración de cambio JACK y clientes. También se informa de información de tiempo de espera en segundos, no microsegundos. Hay un controlador modelo nuevo. El controlador de Solaris incompleta se ha eliminado. Se ha añadido soporte para tarjetas de sonido asimétrica (por ejemplo, el chip tiene ES1968 intercalados estéreo para reproducción, pero no-estéreo intercalados para la captura). Ahora se impone el poder-de-dos longitudes de tamaño de búfer. Hay muchas correcciones de errores menores.
Tags: Major feature enhancements
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
0.74

Jack ya no envía mensajes de sucesos a los clientes aún no se ejecuta un hilo JACK dedicado. Más portable / # define el perdón se incluyen en las cabeceras. Un nuevo - tramado = opción no se ha añadido para ayudar a las secuencias de comandos. De transporte se inicia a "Detenido, marco cero", cuando Jack se ha iniciado, y algunas actualizaciones de la documentación se hicieron.
Tags: Major feature enhancements
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