AudioSettings.AudioConfigurationChangeHandler

Switch to Manual
public delegatevoid AudioConfigurationChangeHandler (bool deviceWasChanged);

Parameters

deviceWasChangedTrue if the change was caused by an device change.

Description

A delegate called whenever the global audio settings are changed, either by AudioSettings.Reset or by an external device change such as the OS control panel changing the sample rate or because the default output device was changed, for example when plugging in an HDMI monitor or a USB headset.

See AudioSettings.Reset for an example.