多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[MuteSoundFile](https://wow.gamepedia.com/API_MuteSoundFile "API MuteSoundFile")("soundFile" or fileDataID) - Mutes a sound file. [PlayMusic](https://wow.gamepedia.com/API_PlayMusic "API PlayMusic")("musicfile" or fileDataID) - Plays the specified sound file on loop to the "Music" sound channel. [PlaySound](https://wow.gamepedia.com/API_PlaySound "API PlaySound")(soundKitID, \["channel", \[forceNoDuplicates, \[runFinishCallback\]\]\]) - Plays the specified sound by SoundKitID. [PlaySoundFile](https://wow.gamepedia.com/API_PlaySoundFile "API PlaySoundFile")("soundFile" or soundFileID \[, "channel"\]) - Plays the specified sound by[FileDataID](https://wow.gamepedia.com/FileDataID "FileDataID")or by addon file path. [PlayVocalErrorSoundID](https://wow.gamepedia.com/index.php?title=API_PlayVocalErrorSoundID&action=edit&redlink=1 "API PlayVocalErrorSoundID (page does not exist)")(vocalErrorSoundID) [StopMusic](https://wow.gamepedia.com/API_StopMusic "API StopMusic")() - Stops the currently playing music. [StopSound](https://wow.gamepedia.com/API_StopSound "API StopSound")(soundHandleID \[, fadeoutTime\]) [UnmuteSoundFile](https://wow.gamepedia.com/API_UnmuteSoundFile "API UnmuteSoundFile")("soundFile" or fileDataID) - Unmutes a sound file.