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

An event informing about Voice Activity Detection status changes

Link to this section Summary

Types

t()

Type describing the structure of the Voice Activity Detection event.

Link to this section 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