AudioMixMatrixNode.updateConfig() method

Updates the config of this AudioMixMatrix node for all subsequent frames this allows the user to change the gains in the outgoing mix dynamically as the stream progresses

Signature:

updateConfig(settings: AudioMixMatrixSettingsUpdate): void;

Parameters

Parameter Type Description

settings

AudioMixMatrixSettingsUpdate

The updated settings

Returns:

void