VVSDK
1.0
The VVAmbisonic Library
|
#include <DelayI.h>
Public Member Functions | |
DelayI () | |
void | Init () |
void | setSamplingRate (float sr) |
void | setDelay (float newDelaySeconds) |
void | process (float node[], long sampleFrames) |
Fractional sample delay Single channel delay using simple interpolation for fractional sample lengths. Will also interpolate delay between calls for smooth changes.
DelayI::DelayI | ( | ) |
Constructor
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