LiveKit JS Client SDK - v2.11.0

    Type Alias AudioAnalyserOptions

    type AudioAnalyserOptions = {
        cloneTrack?: boolean;
        fftSize?: number;
        maxDecibels?: number;
        minDecibels?: number;
        smoothingTimeConstant?: number;
    }
    Index

    Properties

    cloneTrack?: boolean

    If set to true, the analyser will use a cloned version of the underlying mediastreamtrack, which won't be impacted by muting the track. Useful for local tracks when implementing things like "seems like you're muted, but trying to speak". Defaults to false

    fftSize?: number
    maxDecibels?: number
    minDecibels?: number
    smoothingTimeConstant?: number
    MMNEPVFCICPMFPCPTTAAATR