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;
}

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