jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
joq b5fed7ee7b r5140@lithium: joq | 2006-10-11 12:35:24 -0500 19 years ago
config r3414@lithium: joq | 2006-07-04 12:13:49 -0500 19 years ago
doc drobilla's MIDI patch, plus a tiny big/little endian fix for the ALSA backend 20 years ago
drivers name fix for hw monitoring function plus fix for RME "mixer" control (from nick mainsbridge 19 years ago
example-clients changes to transport utils to use video and BBT offset info 20 years ago
jack [0.102.17] limit timeout with -R to 5 sec 19 years ago
jackd name fix for hw monitoring function plus fix for RME "mixer" control (from nick mainsbridge 19 years ago
libjack name fix for hw monitoring function plus fix for RME "mixer" control (from nick mainsbridge 19 years ago
.cvsignore .cvsignore updates 20 years ago
AUTHORS * JACK MIDI patch from Ian Esten 20 years ago
COPYING adding COPYING 24 years ago
COPYING.GPL needed copies of GPL *and* LGPL 24 years ago
COPYING.LGPL needed copies of GPL *and* LGPL 24 years ago
Makefile.am reworked config headers etc; rework clockfix patch; exit if -R requested but unobtainable 20 years ago
QUICK-INSTALL remove unneeded .asoundrc steps 22 years ago
README Readme patch from Jesse 23 years ago
README.developers - note about copyright statements: contributors should 20 years ago
TODO Updated email address for sending updates. Update to one TODO item. 20 years ago
acinclude.m4 Pedantically proper quoting. 21 years ago
autogen.sh * JACK MIDI patch from Ian Esten 20 years ago
configure.ac r5140@lithium: joq | 2006-10-11 12:35:24 -0500 19 years ago
jack.pc.in Fixed makefile support for coreaudio driver. 21 years ago
jack.spec.in [0.102.15] jack.spec: enable freebob backend drivers whenever available. 19 years ago

README

Welcome to JACK, the Jack Audio Connection Kit.

Please see the website (http://jackit.sf.net/) for more information.

NOTE: If you are using reiserfs or ext3fs or anything except ext2fs
for the directory where JACK puts its temporary files (/tmp by
default), then the JACK team recommends that you do *one* of the
following:

----------------------------

Mount a tmpfs on /tmp. You should have a lot of swap space available
in case some programs try to write very large files there.
In your /etc/fstab add a line:

none /tmp tmpfs defaults 0 0

You'll probably want to reboot here, or kill X then 'mount /tmp'.

---- OR ----

Alternatively, you can do this without affecting your /tmp:

# mkdir /mnt/ramfs

[edit /etc/fstab and add the following line]
none /mnt/ramfs tmpfs defaults 0 0

Then add --with-default-tmpdir=/mnt/ramfs to the JACK configure
line when you build it. No clients need to be recompiled.

------------------------------

Failure to do one of these could lead to extremely poor performance from JACK,
since its normal operation will cause bursts of disk I/O that are
completely unnecessary. This suggestion can also be used by ext2fs
users if they wish.