Difference between revisions of "SLAM"
m (Added: Other Languages) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
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. | 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. | ||
− | ;''' | + | ;'''Repository''' |
− | : https://github.com/vrld/ | + | : https://github.com/vrld/slam |
+ | ;'''Direct Link''' | ||
+ | : https://raw.github.com/vrld/slam/master/slam.lua | ||
;'''Example and Documentation''' | ;'''Example and Documentation''' | ||
− | : https://github.com/vrld/ | + | : 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 | ||
− | {{#set:LOVE Version | + | {{#set:LOVE Version=0.7.0+}} |
{{#set:Description=A friendly sound manager.}} | {{#set:Description=A friendly sound manager.}} | ||
+ | {{#set:Keyword=Sound}} | ||
[[Category:Libraries]] | [[Category:Libraries]] | ||
+ | |||
+ | == Other Languages == | ||
+ | {{i18n|SLAM}} |
Latest revision as of 15:13, 15 December 2019
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.
- Repository
- https://github.com/vrld/slam
- Direct Link
- https://raw.github.com/vrld/slam/master/slam.lua
- Example and Documentation
- https://github.com/vrld/slam/blob/master/README.md
- Forum Post
- http://love2d.org/forums/viewtopic.php?t=3804
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info