Package-level declarations
Types
Link copied to clipboard
interface ActiveSpeakerPolicy
ActiveSpeakerPolicy calculates a normalized score of how active a speaker is. Implementations of ActiveSpeakerPolicy provide custom algorithms for calculating the score.
Link copied to clipboard
class DefaultActiveSpeakerPolicy @JvmOverloads constructor(speakerWeight: Double = 0.9, cutoffThreshold: Double = 0.01, takeoverRate: Double = 0.2, silenceThreshold: Double = 0.2) : ActiveSpeakerPolicy
DefaultActiveSpeakerPolicy A default implementation of the Active Speaker Policy