destination property

AudioDestinationNode destination

The destination property of the BaseAudioContext returns an AudioDestinationNode representing the final destination of all audio in the context. It often represents an actual audio-rendering device such as your device's speakers.

Implementation

AudioDestinationNode get destination;