Stopping a sound from playingΒΆ

stopsound

Stop a sound from playing


SYNTAX

stopsound

Stops a sound from playing. Sounds are played by means of the playsound() function. This command is only relevant to sounds which are played asynchronously (i.e. program execution continues while the sound is played).

Note

stopsound is a playsound() macro defined in sculptor.h