Interface ParamMgrOptions

interface ParamMgrOptions {
    channelCount?: number;
    channelCountMode?: ChannelCountMode;
    channelInterpretation?: ChannelInterpretation;
    internalParamsConfig: InternalParametersDescriptor<string>;
    numberOfInputs?: number;
    numberOfOutputs?: number;
    outputChannelCount?: number[];
    parameterData?: Record<string, number>;
    processorOptions?: ParamMgrAudioWorkletOptions;
}

Hierarchy (view full)

Properties

channelCount?: number
channelCountMode?: ChannelCountMode
channelInterpretation?: ChannelInterpretation
internalParamsConfig: InternalParametersDescriptor<string>
numberOfInputs?: number
numberOfOutputs?: number
outputChannelCount?: number[]
parameterData?: Record<string, number>
processorOptions?: ParamMgrAudioWorkletOptions

Generated using TypeDoc