Membrane.RTP.VadEvent (Membrane RTP plugin v0.31.0)

View Source

An event informing about Voice Activity Detection status changes

Summary

Types

t()

Type describing the structure of the Voice Activity Detection event.

Types

t()

@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