Skip to content

Instantly share code, notes, and snippets.

@josefnpat
Created August 27, 2013 20:43
Show Gist options
  • Save josefnpat/6358909 to your computer and use it in GitHub Desktop.
Save josefnpat/6358909 to your computer and use it in GitHub Desktop.
Make lots of sounds like crazy
require 'slam' -- https://raw.github.com/vrld/slam/master/slam.lua
local sound = love.audio.newSource('sound.ogg')
function love.update()
love.audio.stop(sound)
love.audio.play(sound)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment