Comment 3 for bug 1984200

Revision history for this message
Daniel Schürmann (daschuer) wrote :

https://manual.mixxx.org/2.3/es/chapters/appendix/mixxx_controls.html?highlight=latency#control-[Master]-audio_latency_usage

The CPU meter is actually the "audio latency usage" and only partially related to the er overall CPU load. The audio buffer can only processed by a single core that's why the CPU frequency is more important than the number of cores. By default, we have no control what else this core has to do. That's why we normalize the value to 25 %, for some headroom. This was tested on the worst case machine, a single core CPU with hyperthreading enabled, to provide a certain reliability of the meter.

On your 8 core CPU, this is probably too pessimistic but still valid.

By the way, we have a branch where you can reserve a single CPU for audio.
https://github.com/mixxxdj/mixxx/pull/3534