AudioGainSettings.onInputChanged property

Input changed callback, allowing the opportunity to update config (eg on channel count changing)

Signature:

onInputChanged?: (metadata?: StreamMetadata) => (Gain[] | undefined | void);