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

JitterBuffer Enhancements: Allow setting a minimum length #230

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

thatsnotright
Copy link
Contributor

Description

For the tests (and probably generally to start) we need a way to set when the jitter buffer will begin emitting packets, having met it's minimum threshold.

Copy link

codecov bot commented Feb 23, 2024

Codecov Report

Attention: Patch coverage is 79.31034% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 79.88%. Comparing base (d6aad58) to head (e36bf9a).

Files Patch % Lines
pkg/jitterbuffer/jitter_buffer.go 79.31% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #230      +/-   ##
==========================================
+ Coverage   79.79%   79.88%   +0.09%     
==========================================
  Files          70       70              
  Lines        3791     3818      +27     
==========================================
+ Hits         3025     3050      +25     
- Misses        633      634       +1     
- Partials      133      134       +1     
Flag Coverage Δ
go 79.88% <79.31%> (+0.09%) ⬆️
wasm 77.81% <79.31%> (+0.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thatsnotright thatsnotright force-pushed the rob/jitterbuffer_enhancements branch 6 times, most recently from 5f53a56 to 20bd731 Compare February 24, 2024 18:13
@thatsnotright thatsnotright force-pushed the rob/jitterbuffer_enhancements branch 2 times, most recently from 7579ab8 to c3a7651 Compare March 18, 2024 13:42
Add additional helper method to set the minimum packet count
before the jitterbuffer will emit packets
@Sean-Der Sean-Der merged commit 37ab171 into master Mar 25, 2024
14 checks passed
@Sean-Der Sean-Der deleted the rob/jitterbuffer_enhancements branch March 25, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants