@ain1084/audio-worklet-stream - v2.0.2
    Preparing search index...

    Type Alias TimedBufferNodeParams

    Parameters for creating a timed buffer node. Used in the StreamNodeFactory.createTimedBufferNode function.

    type TimedBufferNodeParams = {
        channelCount: number;
        fillInterval?: number;
        frameBufferChunks?: number;
        sampleRate?: number;
    }
    Index

    Properties

    channelCount: number

    The number of audio channels.

    fillInterval?: number

    Optional. The interval in milliseconds for filling the buffer.

    frameBufferChunks?: number

    Optional. The number of chunks in the frame buffer.

    sampleRate?: number

    Optional. The sample rate of the audio context.