Source:getSound
EditReturns 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:getSound()
Arguments
None
Returns
Name | Type | Description |
sound | Sound | The Sound object. |
See also
Source:clone
lovr.audio.newSource
Source