All AudioParams have a readonly min and max attribute to specify the minimum and maximum value the AudioParam can have. The value is clamped to lie in this range. This allows easy introspection for the developer to determine the valid ranges for a parameter.
Docs: http://webaudio.github.io/web-audio-api/#attributes-5 https://developer.mozilla.org/en-US/docs/Web/API/AudioParam