Path: blob/main/files/en-us/web/api/audioparam/maxvalue/index.md
6560 views
------{{APIRef("Web Audio API")}}
The maxValue read-only property of the {{domxref("AudioParam")}} interface represents the maximum possible value for the parameter's nominal (effective) range.
Value
A floating-point {{jsxref("Number")}} indicating the maximum value permitted for the parameter's nominal range.
The default value of maxValue is the maximum positive single-precision floating-point value (+340,282,346,638,528,859,811,704,183,484,516,925,440).
Examples
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{domxref("AudioParam.minValue")}}