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

#1939 Duplicate Call Detector Enhancements & Unit Tests #1980

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

DSheirer
Copy link
Owner

Closes #1939

Enhances thread safety in the duplicate call detector.

Adds unit testing to test for common scenarios.

Adds checks for encrypted audio to remove audio segments that initially have decoded audio and then get flagged as encrypted with an encryption key to protect against scenarios where a call is simulcast with one call encrypted and the other call unencrypted, to avoid flagging as duplicate the unencrypted call audio.

@DSheirer DSheirer added this to the Version 0.6.1 milestone Sep 15, 2024
@DSheirer DSheirer self-assigned this Sep 15, 2024
@DSheirer DSheirer force-pushed the 1939-duplicate-call-detection-tests branch from 7a78b1f to 596d101 Compare September 15, 2024 12:26
@DSheirer DSheirer merged commit e00cd90 into master Sep 15, 2024
3 checks passed
@DSheirer DSheirer deleted the 1939-duplicate-call-detection-tests branch October 2, 2024 07:30
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.

Duplicate call detection and suppression regressed in latest nightly versus 0.6.1-beta
1 participant