#include <AsyncAudioCompressor.h>
Definition at line 106 of file AsyncAudioCompressor.h.
Async::EnvelopeDetector::EnvelopeDetector | ( | double | ms = 1.0 , |
|
double | sampleRate = INTERNAL_SAMPLE_RATE | |||
) | [inline] |
Definition at line 109 of file AsyncAudioCompressor.h.
virtual Async::EnvelopeDetector::~EnvelopeDetector | ( | ) | [inline, virtual] |
Definition at line 115 of file AsyncAudioCompressor.h.
virtual double Async::EnvelopeDetector::getSampleRate | ( | void | ) | [inline, virtual] |
Definition at line 133 of file AsyncAudioCompressor.h.
virtual double Async::EnvelopeDetector::getTc | ( | void | ) | [inline, virtual] |
Definition at line 124 of file AsyncAudioCompressor.h.
void Async::EnvelopeDetector::run | ( | double | in, | |
double & | state | |||
) | [inline] |
Definition at line 136 of file AsyncAudioCompressor.h.
virtual void Async::EnvelopeDetector::setSampleRate | ( | double | sampleRate | ) | [inline, virtual] |
Definition at line 127 of file AsyncAudioCompressor.h.
virtual void Async::EnvelopeDetector::setTc | ( | double | ms | ) | [inline, virtual] |
Definition at line 118 of file AsyncAudioCompressor.h.
Referenced by Async::AudioCompressor::setAttack(), and Async::AudioCompressor::setDecay().