Adding audio_thread_priority library as a dependency
Run this command in a terminal, in your project's directory:
cargo add audio_thread_priority
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
audio_thread_priority = "0.34.0"
The audio_thread_priority library will be automatically available globally.
Read the audio_thread_priority library documentation.
Back to the crate overview.