| 13 | { |
| 14 | |
| 15 | class AudioContext; |
| 16 | |
| 17 | // GainNode is an AudioNode with one input and one output which applies a gain (volume) change to the audio signal. |
| 18 | // De-zippering (smoothing) is applied when the gain value is changed dynamically. |
nothing calls this directly
no outgoing calls
no test coverage detected