A Fedora COPR repository for Audio creation
To enable the Audinux COPR repository, you have to enter the following command as a root user:
$ dnf copr enable ycollet/audinux
To be able to use some applications with the real time priorities, the following setup is required:
Now that all the most important settings are done, you are ready to make sounds / music in real-time mode.
You can perform some other settings describred in [2] (most of these settings are optional).
The article “Configure Fedora to practice and compose music” talk a little bit more on this topic.
On some laptops, the power management is always stuck on ‘powersave’. A first fix is to force the performance policy to ‘performance’:
$ sudo x86_energy_perf_policy --all 'performance' --turbo-enable '1' --force
A complete step list to add an udev rule is described on this page.