Skip to content
New issue

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

Dev #36

Merged
merged 43 commits into from
Nov 26, 2022
Merged

Dev #36

merged 43 commits into from
Nov 26, 2022

Conversation

Commandserver
Copy link
Owner

No description provided.

Anotra and others added 30 commits October 30, 2022 07:10
…channel::flags has increased to `uint16_t`! (#538)
Bumps [doxygen-awesome-css](https://github.com/jothepro/doxygen-awesome-css) from `8a34f70` to `e829184`.
- [Release notes](https://github.com/jothepro/doxygen-awesome-css/releases)
- [Commits](jothepro/doxygen-awesome-css@8a34f70...e829184)

---
updated-dependencies:
- dependency-name: doxygen-awesome-css
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
ilightwas and others added 13 commits November 14, 2022 08:51
Line 175 was ended with a , instead of a ;
…dows

Added a new satype_overlap_audio type which propose a different implementation of audio packet throttling.
Due to inaccuracies of sleep_for on windows, we cannot reliably pause the thread for the exact amount of time needed before the next packet, resulting in a slight overshoot of the time frame to keep the audio stream from stuttering.
This implementation reduces the sleep time into multiple smaller increments and sleep as much as possible before the risk of sleeping too much occurs. It then adds the left over sleep duration to be added to the next packet's sleep duration, ensuring that we do not increase the gap by which we're ahead with each packet sent
Prevent the sleep_increment from increasing over time
@Commandserver Commandserver merged commit 5bf61a3 into Commandserver:dev Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.