Difference between revisions of "SLAM"

m
Line 6: Line 6:
 
The forum post with the lib, an example and the documentation is here: http://love2d.org/forums/viewtopic.php?t=3804
 
The forum post with the lib, an example and the documentation is here: http://love2d.org/forums/viewtopic.php?t=3804
  
{{#set:LOVE Version=Any}}
+
{{#set:LOVE Version=>=0.7.0}}
 
{{#set:Description=A friendly sound manager.}}
 
{{#set:Description=A friendly sound manager.}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 21:48, 19 October 2011

Benignly Designed Sound Manager

A simple alternative sound manager similar to how audio works in Flash/AS3.

love.audio.newSource() creates a new source as usual which can be fed into love.audio.play(). Doing so returns a handle to a playing object. This way, one source can be played multiple times.

The forum post with the lib, an example and the documentation is here: http://love2d.org/forums/viewtopic.php?t=3804