Function
SoundData:getSample( i )
Gets the sample at the specified position.
Synopsis
sample = SoundData:getSample( i )
Parameters
i number The position of the sample (0 means first sample).
Returns
sample number The normalized sample (range -1.0 to 1.0).
Copyright © 2006-2010 LÖVE Development Team.