Packagecom.ryanberdeen.soundtouch
Interfacepublic interface IFifoSamplePipe
ImplementorsRateTransposer, SoundTouch, Stretch



Public Properties
 PropertyDefined by
  inputBuffer : FifoSampleBuffer
[read-only]
IFifoSamplePipe
  outputBuffer : FifoSampleBuffer
[read-only]
IFifoSamplePipe
Public Methods
 MethodDefined by
  
clear():void
IFifoSamplePipe
  
IFifoSamplePipe
  
process():void
IFifoSamplePipe
Property detail
inputBufferproperty
inputBuffer:FifoSampleBuffer  [read-only]Implementation
    public function get inputBuffer():FifoSampleBuffer
outputBufferproperty 
outputBuffer:FifoSampleBuffer  [read-only]Implementation
    public function get outputBuffer():FifoSampleBuffer
Method detail
clear()method
public function clear():void
clone()method 
public function clone():IFifoSamplePipe

Returns
IFifoSamplePipe
process()method 
public function process():void