View Source Membrane.RTP.VadEvent (Membrane RTP plugin v0.29.1)
An event informing about Voice Activity Detection status changes
Summary
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 toMembrane.RTP.VAD