We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e30654 commit 8ae7ac4Copy full SHA for 8ae7ac4
1 file changed
v3/src/sound/webaudio/WebAudioSoundManager.js
@@ -23,14 +23,14 @@ var WebAudioSoundManager = new Class({
23
*/
24
this.context = this.createAudioContext(game);
25
/**
26
- * [description]
+ * Gain node responsible for controlling global muting.
27
*
28
* @private
29
* @property {GainNode} masterMuteNode
30
31
this.masterMuteNode = this.context.createGain();
32
33
+ * Gain node responsible for controlling global volume.
34
35
36
* @property {GainNode} masterVolumeNode
0 commit comments