Skip to content

EZ Web Audio / getMasterDestination

Function: getMasterDestination()

getMasterDestination(): AudioNode | null

Defined in: packages/core/src/index.ts:241

Get the current global master destination set via setMasterDestination, or null when audio routes directly to the hardware output.

Returns

AudioNode | null

The master destination node, or null