Skip to content

Linux configuration checker for systems to be used for real-time audio

License

Notifications You must be signed in to change notification settings

RattusSolarus/realtimeconfigquickscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realtimeconfigquickscan

Linux configuration checker for systems to be used for real-time audio

This linux-only script inspects a linux installation, and makes suggestions for improving realtime/audio performance.

If you want to share the output of the script online, it is probably most convenient to use the Console version. If not, the GUI version might look a bit more friendly. Console

git clone git://github.com/raboof/realtimeconfigquickscan.git
cd realtimeconfigquickscan
perl ./realTimeConfigQuickScan.pl

GUI

An experimental GUI is now available. To try it:

git clone git://github.com/raboof/realtimeconfigquickscan.git
cd realtimeconfigquickscan
perl ./QuickScan.pl

.. and hit 'Start'

You'll need to have Mercurial and perl/tk installed.

Adding the sound card IRQ

open the file /proc/interrupts. Find your sound card. The first column represents the IRQ. Set this numer to the variable SOUND_CARD_IRQ in the same terminal session like this:

export SOUND_CARD_IRQ={IRQ #}

About

Linux configuration checker for systems to be used for real-time audio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 59.9%
  • Raku 40.1%