Returns the Sound object backing the Source. Multiple Sources can share one Sound, allowing its data to only be loaded once. An easy way to do this sharing is by using Source:clone.
Sound
Source:clone
sound = Source:getSound()
None
lovr.audio.newSource
Source