diff options
Diffstat (limited to 'audio/jack/pkg-descr')
-rw-r--r-- | audio/jack/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/jack/pkg-descr b/audio/jack/pkg-descr new file mode 100644 index 000000000000..b00f451ed36b --- /dev/null +++ b/audio/jack/pkg-descr @@ -0,0 +1,13 @@ +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/ +Author: Paul Davis |