https://github.com/raboof/realtimeconfigquickscan
Linux configuration checker for systems to be used for real-time audio
https://github.com/raboof/realtimeconfigquickscan
Last synced: 9 months ago
JSON representation
Linux configuration checker for systems to be used for real-time audio
- Host: GitHub
- URL: https://github.com/raboof/realtimeconfigquickscan
- Owner: raboof
- License: gpl-2.0
- Archived: true
- Created: 2012-11-12T18:38:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T15:43:33.000Z (over 4 years ago)
- Last Synced: 2025-05-14T08:48:35.743Z (about 1 year ago)
- Language: Perl
- Size: 47.9 KB
- Stars: 266
- Watchers: 20
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
- awesome-linuxaudio - realtimeconfigquickscan - Linux configuration checker for systems to be used for real-time audio (Software / System utilities - Other)
README
THIS PROJECT HAS MOVED
======================
This project has moved to https://codeberg.org/rtcqs/rtcqs - see you there!
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 #}