Difference between revisions of "SLAM"

m (moved bdsm to SLAM: Library name has changed)
m
Line 5: Line 5:
  
 
;'''Library'''
 
;'''Library'''
: https://github.com/vrld/Stuff/blob/master/slam/slam.lua
+
: https://github.com/vrld/slam
 
;'''Example and Documentation'''
 
;'''Example and Documentation'''
: https://github.com/vrld/Stuff/blob/master/slam/README.md
+
: https://github.com/vrld/slam/blob/master/README.md
 
;'''Forum Post'''
 
;'''Forum Post'''
 
: http://love2d.org/forums/viewtopic.php?t=3804
 
: http://love2d.org/forums/viewtopic.php?t=3804

Revision as of 15:12, 8 October 2012

Simple LÖVE Audio 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.

Library
https://github.com/vrld/slam
Example and Documentation
https://github.com/vrld/slam/blob/master/README.md
Forum Post
http://love2d.org/forums/viewtopic.php?t=3804