Difference between revisions of "SoundData:getSample"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets the sample at the specified position.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::SoundData]]
 
* [[parent::SoundData]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the sample at the specified position.}}

Revision as of 16:17, 14 February 2010

Gets the sample at the specified position.

Function

Synopsis

sample = SoundData:getSample( i )

Arguments

number i
The position of the sample (0 means first sample).

Returns

number sample
The normalized sample (range -1.0 to 1.0).

See Also