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

    Interface AudioContextConfig

    The SDK config returned after calling createAudioContext()

    interface AudioContextConfig {
        bufferLength: number;
        channelCount: number;
        contextId: string;
        description: string;
        error: number;
        fixedFrameCount: boolean;
        frameOffset: number;
        instance: number;
        optimalBuffering: boolean;
        parameters: IrisProcessors;
        sampleRate: number;
        willMix: boolean;
        willResample: boolean;
    }
    Index

    Properties

    bufferLength: number
    channelCount: number
    contextId: string
    description: string
    error: number
    fixedFrameCount: boolean
    frameOffset: number
    instance: number
    optimalBuffering: boolean
    parameters: IrisProcessors
    sampleRate: number
    willMix: boolean
    willResample: boolean