-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor speech activity and add tests (#1348)
* fix: Prevent NPE when DEBUG is not enabled, simplify code. * ref: Use endpointId instead of SSRC to index dominant speaker. * ref: Use only endpoint IDs in ConferenceSpeechActivity. * ref: Use a generic listener instead of Conference. * test: Add speech activity tests. * cleanup: Move class definitions to the end of the file. * ref: Provide the list of enpoint IDs as a param. * ref: Merge LastNEndpoints in ConferenceSpeechActivity, add tests. * ref: Make DominantSpeakerIdentification generic. * squash: Avoid extra tasks, address comments. * chore: Update jitsi-utils.
- Loading branch information
Showing
7 changed files
with
444 additions
and
482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.