VVSDK  1.0
The VVAmbisonic Library
Public Member Functions | List of all members
DelayI Class Reference

#include <DelayI.h>

Public Member Functions

 DelayI ()
 
void Init ()
 
void setSamplingRate (float sr)
 
void setDelay (float newDelaySeconds)
 
void process (float node[], long sampleFrames)
 

Detailed Description

Fractional sample delay Single channel delay using simple interpolation for fractional sample lengths. Will also interpolate delay between calls for smooth changes.

Constructor & Destructor Documentation

DelayI::DelayI ( )

Constructor

Member Function Documentation

void DelayI::Init ( )

Destructor

void DelayI::process ( float  node[],
long  sampleFrames 
)

Process audio blocks.

void DelayI::setDelay ( float  newDelaySeconds)

Sets the delay length in seconds.

void DelayI::setSamplingRate ( float  sr)

Sets the sampling rate for delay computation


The documentation for this class was generated from the following files: