Mute or unmute the specified sound. Playback continues; only the audible output is suppressed.
Audio clip name (case-sensitive).
Optional
Sound instance ID. When omitted, all sounds in the group are affected.
true to mute, false to unmute. Defaults to true.
true
false
// mute the background musicme.audio.mute("awesome_music"); Copy
// mute the background musicme.audio.mute("awesome_music");
Mute or unmute the specified sound. Playback continues; only the audible output is suppressed.