Path: blob/main/files/en-us/web/api/audionode/context/index.md
6520 views
------{{APIRef("Web Audio API")}}
The read-only context property of the {{domxref("AudioNode")}} interface returns the associated {{domxref("BaseAudioContext")}}, that is the object representing the processing graph the node is participating in.
Value
The {{domxref("AudioContext")}} or {{domxref("OfflineAudioContext")}} object that was used to construct this AudioNode.
Examples
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}