love.audio.play

Plays the specified Source.

Function

Synopsis

love.audio.play( source )

Arguments

Source source
The Source to play.

Returns

Nothing.

Function

Available since LÖVE 0.11.0
This variant is not supported in earlier versions.

Starts playing multiple Sources simultaneously.

Synopsis

love.audio.play( sources )

Arguments

table sources
Table containing a list of Sources to play.

Returns

Nothing.

See Also

Function

Available since LÖVE 0.11.0
This variant is not supported in earlier versions.

Starts playing multiple Sources simultaneously.

Synopsis

love.audio.play( source1, source2, ... )

Arguments

Source source1
The first Source to play.
Source source2
The second Source to play.
Source ...
Additional Sources to play.

Returns

Nothing.

See Also

See Also


Other Languages