1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/audio/jack/pkg-descr
Jeremy Messenger 32c736cbe2 - Fix the jackd getting into infinite loop on client disconnect. [1] [2]
- Fix a Linuxish, md5sum -> md5 -q (thanks flz) that will put a correct info
  in one of header (jack_md5.h).
- Remove 'Author' from pkg-descr.
- Bump the PORTREVISION.

PR:		ports/99323 [1] and ports/106428 [2]
Reported by:	markzero <markzero@corolla.ath.cx> [1]
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl> [2]
2006-12-07 19:42:00 +00:00

13 lines
570 B
Plaintext

JACK is a low-latency audio server, written for POSIX conformant
operating systems. 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 (ie. as normal
applications), or can they can run within the JACK server (ie. as a
"plugin").
JACK was designed from the ground up for professional audio work, and
its design focuses on two key areas: synchronous execution of all
clients, and low latency operation.
WWW: http://jackit.sourceforge.net/