Baseline Widely available
The maxValue
read-only property of the AudioParam
interface represents the maximum possible value for the parameter's nominal (effective) range.
A floating-point 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).
const audioCtx = new AudioContext();
const gainNode = audioCtx.createGain();
console.log(gainNode.gain.maxValue); // 3.4028234663852886e38
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4