FreakingGenius - v0.1.0
    Preparing search index...

    Interface VadEvent

    An event emitted by the VAD class.

    interface VadEvent {
        timestamp: number;
        type: VadEventType;
    }
    Index

    Properties

    Properties

    timestamp: number

    Unix timestamp (ms) when the event was detected.

    Discriminant identifying the event kind.