renpy.sound.is_playing
Function: renpy.sound.is_playing( | channel=0) |
Returns True if the channel is currently playing a sound, False if it is not, or if the sound system isn't working.
This works with both sound and music channels, although it's intended for the former.
Example
TODO