createGain method
The createGain() method of the BaseAudioContext
interface creates a GainNode, which can be used to control the
overall gain (or volume) of the audio graph.
Note: The
GainNode.GainNodeconstructor is the recommended way to create a GainNode; see Creating an AudioNode.
Implementation
external GainNode createGain();