NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
[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.