The class Sample stores 2 Numbers
as a representation of the current Sample amplitudes.
Their value should be computed in range[-1,1]
For Mono Samples use only left.
public var left:Number
The left amplitude of the Sample
public var right:Number
The right amplitude of the Sample
public function Sample(left:Number = 0.0, right:Number = 0.0)
Creates a Sample instance
Parameters
| left:Number (default = 0.0 ) — The left amplitude of the Sample
|
|
| right:Number (default = 0.0 ) — The right amplitude of the Sample
|
public function clone():Sample
Returns a clone of the current Sample
Returns
public function toString():String
Returns