StopLoopSound
From OxeyeWiki
audio.stopLoopSound(soundFilename) | ||
Stops a looping sound based on the filename. | ||
Parameter | Expected Type | Description |
soundFilename | A string | The name of the audio file, relative to the source folder. The name is case sensitive on Mac OS X. |
Returns | ||
Returns nothing. |
Daisymoon Audio Lib |
---|
Example
audio.playLoopSound("waterfall.wav") audio.stopLoopSound("waterfall.wav")