documentation index ◦ reference manual ◦ function index
Function: | renpy.sound.stop | (channel=0, fadeout=0): |
This dequeues everything from the given channel, and stops the currently playing sound. If fadeout is 0, the sound is stopped immediately. Otherwise, it is interpreted as a number of seconds to fadeout for.
TODO