summaryrefslogtreecommitdiff
path: root/audio/jack-audio-connection-kit/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 20:30:48 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 20:30:48 +0200
commitc4ed940db058a6f8b650bca80e38b78753a8396a (patch)
tree60348b4424ab9b002297271c4f2d0ccd5e2eec8d /audio/jack-audio-connection-kit/README
parent5c83c08c474c277288615d9277ad8f6bf15f585d (diff)
downloadslackbuilds-c4ed940db058a6f8b650bca80e38b78753a8396a.tar.gz
audio/jack-audio-connection-kit: Moved from multimedia
Diffstat (limited to 'audio/jack-audio-connection-kit/README')
-rw-r--r--audio/jack-audio-connection-kit/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/jack-audio-connection-kit/README b/audio/jack-audio-connection-kit/README
new file mode 100644
index 0000000000..98f7449221
--- /dev/null
+++ b/audio/jack-audio-connection-kit/README
@@ -0,0 +1,18 @@
+JACK is a low-latency audio server, written primarily for Linux. It can
+connect a number of different applications to an audio device, as well
+as allow them to share audio among themselves. Its clients can run in
+their own processes (ie. as a normal application) or they can run within
+a JACK server instance (i.e. as a "plugin").
+
+Jack uses /dev/shm as a temporary directory for its processes; this is a
+relatively new change, as it used to use /mnt/ramfs. You may pass an
+alternate location as JACKTMP when executing the script. For example:
+ JACKTMP=/mnt/tmp jack-audio-connection-kit.SlackBuild
+Assuming you use the default /dev/shm as temporary directory, be sure you
+have an appropriate line in /etc/fstab to mount it:
+ tmpfs /dev/shm tmpfs defaults 0 0
+If you don't accept the script's default, you'll need to have the appropriate
+mountpoint set up in fstab and mounted, but a discussion of how to do that
+is outside the scope of this document.
+
+jack optionally uses libsndfile which is also available at SlackBuilds.org.