jcmoyer / hug

A utility library for LÖVE with a focus on simplicity
Apache License 2.0
2 stars 1 forks source link

Audio Management #15

Open jcmoyer opened 9 years ago

jcmoyer commented 9 years ago

Might be cool to have a simple system that handles concurrent audio sources from the same file. Calling love.audio.play(source) will restart source if it is already playing.