Stops currently played sources.
This function will stop all currently active sources.
love.audio.stop( )
None.
Nothing.
This function will only stop the specified source.
love.audio.stop( source )
Nothing.
Available since LÖVE 11.0
This variant is not supported in earlier versions.
Simultaneously stops all given Sources.
love.audio.stop( source1, source2, ... )
Source source1Source source2Source ...Nothing.
Available since LÖVE 11.0
This variant is not supported in earlier versions.
Simultaneously stops all given Sources.
love.audio.stop( sources )
table sourcesNothing.
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.audio.stop