mute or unmute the specified sound, but does not pause the playback.
audio clip name - case sensitive
Optional
the sound instance ID. If none is passed, all sounds in group will mute.
True to mute and false to unmute
// mute the background musicme.audio.mute("awesome_music"); Copy
// mute the background musicme.audio.mute("awesome_music");
mute or unmute the specified sound, but does not pause the playback.