We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the new feature you'd like I propose to adjust the audio recording thread to high priority.
Describe the reason why you want to add the feature I need this feature because it may reduce the latency.
Describe how to implement the feature if you can Example: https://github.com/LizardByte/Sunshine/blob/nightly/src/audio.cpp
Additional context #57
The text was updated successfully, but these errors were encountered:
I think I've reduced delay by lowering as-cmd nice value on htop Feels almost instant now
Sorry, something went wrong.
https://github.com/LizardByte/Sunshine/blob/89e8b9628c9e4d763443fe871c45afe1fcf39396/src/platform/linux/misc.cpp#L284-L287
Sunshine doesn't implement adjust_thread_priority on Linux. Maybe there are some other things slow down the performance.
adjust_thread_priority
No branches or pull requests
Describe the new feature you'd like
I propose to adjust the audio recording thread to high priority.
Describe the reason why you want to add the feature
I need this feature because it may reduce the latency.
Describe how to implement the feature if you can
Example: https://github.com/LizardByte/Sunshine/blob/nightly/src/audio.cpp
Additional context
#57
The text was updated successfully, but these errors were encountered: