sherpa-onnx-node-addon-api
    Preparing search index...

    Interface SpeechSegment

    interface SpeechSegment {
        samples: Float32Array<ArrayBufferLike>;
        start: number;
    }
    Index

    Properties

    Properties

    samples: Float32Array<ArrayBufferLike>

    Float32Array of samples.

    start: number

    Start index (int32) of this segment.