Function
love.audio.newSound( filepath )
Creates a new Sound from the file at the specified path.
Synopsis
sound = love.audio.newSound( filepath )
Parameters
filepath string A path that points to the file from which to create the sound
Returns
sound Sound A new Sound if successful, zero otherwise
Copyright © 2006-2010 LÖVE Development Team.