Path: blob/main/files/en-us/web/api/audioparam/defaultvalue/index.md
6546 views
------{{APIRef("Web Audio API")}}
The defaultValue read-only property of the {{ domxref("AudioParam") }} interface represents the initial value of the attributes as defined by the specific {{domxref("AudioNode")}} creating the AudioParam.
Value
A floating-point {{jsxref("Number")}}.
Examples
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}