Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
jack-audio-connection-kit - The Jack Audio Connection Kit
JACK is a low-latency audio server, written primarily for the Linux operating
system. 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 a normal application), or can they can run within a
JACK server (i.e. 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.
Packages
Latest: jack-audio-connection-kit-1.9.9.5-2.el6.fio.x86_64.rpm
Changelog:
- * 2013-02-08 - Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.9.5-2
- rebuilt with opus support on Fedora > 18
- * 2012-12-25 - Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.9.5-1
- update to 1.9.9.5
- * 2012-11-20 - Brendan Jones <brendan.jones.it[AT]gmail[DOTCOM]> 1.9.8-14
- Correct build flags
- * 2012-11-19 - Brendan Jones <brendan.jones.it[AT]gmail[DOTCOM]> 1.9.8-13
- Build with -O0. RHBZ#827748 still not resolved with gcc-4.7.2
- Update README, add jack_control to dbus package
- Add upstream sigsegv fault handling patch
- * 2012-10-28 - Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.8-12
- Seem like RHBZ#827748 is resolved. Rebuild optimized