Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
wiki:system_configuration [2020/03/17 21:21] – [The kernel] autostaticwiki:system_configuration [2020/06/08 11:32] – [How do I build a real-time audio workstation on Linux?] grammo
Line 6: Line 6:
  
 ===== How do I build a real-time audio workstation on Linux? ===== ===== How do I build a real-time audio workstation on Linux? =====
 +
 +The [[https://manual.ardour.org/setting-up-your-system/the-right-computer-system-for-digital-audio/|Ardour manual]] has a interesting introduction about getting the right computer system for digital audio. Below that article there is also a (somewhat Windows oriented) [[https://www.youtube.com/watch?v=GUsLLEkswzE| video]] by Richard Ames, which could be helpful to get a idea which things are involved for this topic. Summary: lots of things are involved for a well performing real-time audio workstation. It's not simply a matter of buying a computer with massive CPU and memory power, as the coming sections on this page shows.
 +
 +A good starting point for optimizing your system for real-time audio on GNU/Linux, is the Quickscan script below.
 ==== Preliminary ==== ==== Preliminary ====
  
Line 93: Line 97:
 == Gentoo == == Gentoo ==
  
-AN audio overlay can be found here [[https://github.com/gentoo-audio/audio-overlay]].+An audio overlay can be found here [[https://github.com/gentoo-audio/audio-overlay]].
  
 === Build your own real-time kernel === === Build your own real-time kernel ===
  
-If your distribution isn't any help, you can compile and install a real-time kernel manually. The examples assume building a RT kernel based on the 3.kernel version but they should generally apply fo other kernel versions too provided that there is a RT patchset available for the used kernel. +If your distribution isn't any help, you can compile and install a real-time kernel manually. The examples assume building a RT kernel based on the 4.kernel version but they should generally apply for other kernel versions too provided that there is a RT patchset available for the used kernel. 
  
 Install the necessary packages, on Debian and Ubuntu this is: Install the necessary packages, on Debian and Ubuntu this is:
Line 198: Line 202:
  
  
-Then you can compile...+Then you can compile.
   make clean   make clean
   make deb-pkg   make deb-pkg
wiki/system_configuration.txt · Last modified: 2024/01/13 15:00 by autostatic