Package org.jitsi.utils.dsi
See: Description
-
Interface Summary Interface Description ActiveSpeakerDetector Represents an algorithm for the detection/identification of the active/dominant speaker/participant/endpoint/stream in a multipoint conference. ActiveSpeakerChangedListener Implementing classes can be notified about changes to the 'active' stream (identified by its SSRC) using activeSpeakerChanged. -
Class Summary Class Description DominantSpeakerIdentification Implements ActiveSpeakerDetector with inspiration from the paper "Dominant Speaker Identification for Multipoint Videoconferencing" by Ilana Volfin and Israel Cohen. SpeakerRanking Returns information about an endpoint's energy levels relative to other endpoints. AbstractActiveSpeakerDetector Provides a base ActiveSpeakerDetector which aids the implementations of actual algorithms for the detection/identification of the active/dominant speaker in a multipoint conference.