Function
love.audio.newSound( data )
Creates a new Sound with the specified SoundData.
Synopsis
sound = love.audio.newSound( data )
Parameters
data SoundData The SoundData from which to create the sound
Returns
sound Sound A new Sound if successful, zero otherwise
Copyright © 2006-2010 LÖVE Development Team.