Async  0.18.0
Public Member Functions
Async::EnvelopeDetector Class Reference

#include <AsyncAudioCompressor.h>

List of all members.

Public Member Functions


Constructor & Destructor Documentation

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.


Member Function Documentation

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]

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