Sounds
C# Methods for Core > Sounds
PlaySound
public double PlaySound(string fileName, Single volume = 1, bool finishBeforeContinuing = false, string name, bool useFileName = true)
PlaySoundFromFolder
public double PlaySoundFromFolder(string path, Single volume = 1, bool recursive = false, bool finishBeforeContinuing = false, string name, bool useFileName = true)
StopAllSoundPlayback
Stops all sounds from playing that were started by Streamer.bot
0.2.4
public void StopAllSoundPlayback()
StopSoundPlayback
Stops the currently playing sound from Streamer.bot, by name
0.2.4
public void StopSoundPlayback(string soundName)
Â