Stops currently played sources.
Function
This function will stop all currently active sources.
Synopsis
Arguments
None.
Returns
Nothing.
Function
This function will only stop the specified source.
Synopsis
love.audio.stop( source )
Arguments
-
Source source
- The source on which to stop the playback.
Returns
Nothing.
See Also