Displaying 1 result from an estimated 1 matches for "ckoliva".
Did you mean:
ckolivas
2004 Jul 31
1
learning from the audio folks
...as a digital audio workstation, there are a few
things that one must do: use low-latency kernels, use pre-emption, use
apps that run with real-time privileges, etc.
For example, among audio Linux users, the CK (Con Kolivas) and LCK
(Locosoft CK) patches are popular:
http://members.optusnet.com.au/ckolivas/kernel/
http://www.plumlocosoft.com/kernel/
These patches provide O(1) scheduler, pre-emption, low latency, variable
Hz, and other improvements that the audio community found not only
useful, but actually required to do any kind of serious audio work with
Linux.
Some of those patches were integra...