| Package | com.sonoport |
| Interface | public interface IAudioStretch extends IBaseSoundCore |
| Implementors | AudioStretch |
| Property | Defined By | ||
|---|---|---|---|
| audioFile : Object | IAudioStretch | ||
![]() | gain : Number Gain. | IBaseSoundCore | |
![]() | pan : Number Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right). | IBaseSoundCore | |
| pitchShift : Number | IAudioStretch | ||
| speed : Number | IAudioStretch | ||
| audioFile | property |
audioFile:Object public function get audioFile():Object public function set audioFile(value:Object):void| pitchShift | property |
pitchShift:Number public function get pitchShift():Number public function set pitchShift(value:Number):void| speed | property |
speed:Number public function get speed():Number public function set speed(value:Number):void