View Source Membrane.RTP.VadEvent (Membrane RTP plugin v0.29.0)

An event informing about Voice Activity Detection status changes

Summary

Types

t()

Type describing the structure of the Voice Activity Detection event.

Types

@type t() :: %Membrane.RTP.VadEvent{vad: :speech | :silence}

Type describing the structure of the Voice Activity Detection event.

  • :vad - contains information about VAD status. Indicates either speech or silence. For details on voice activity detection algorithm, refer to Membrane.RTP.VAD