@irisaudiotechnologies/iris-web-sdk
    Preparing search index...

    Interface AudioContextRequest

    The options inside createAudioContext()

    interface AudioContextRequest {
        bufferLength?: number;
        channelCount?: number;
        fixedFrameCount?: boolean;
        processors: string[];
        sampleRate?: number;
    }
    Index

    Properties

    bufferLength?: number
    channelCount?: number
    fixedFrameCount?: boolean
    processors: string[]
    sampleRate?: number