videosphere
    Preparing search index...

    Pluggable window classifier.

    The default implementation is signal-processing based and dependency-free. A neural classifier (e.g. YAMNet) can be dropped in behind this interface without touching the detector state machine or the session hub.

    interface AudioActivityClassifier {
        id: string;
        classify(samples: Float32Array, sampleRate: number): AudioActivityScores;
    }
    Index

    Properties

    Methods

    Properties

    id: string

    Stable identifier reported in logs and calibration output.

    Methods