daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
9 stars 0 forks source link

Add realtime scheduling priority to all threads #96

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

The linux kernel is not designed for high speed and responsive audio processing tasks. The default scheduling priorities leaves our threads running too infrequently.

Success criteria: