Audacity 3.2.0
Classes | Variables
AutoDuckBase.cpp File Reference
#include "AutoDuckBase.h"
#include "BasicUI.h"
#include "EffectOutputTracks.h"
#include "ShuttleAutomation.h"
#include "TimeStretching.h"
#include "UserException.h"
#include "WaveClip.h"
#include "WaveTrack.h"
#include <cmath>
Include dependency graph for AutoDuckBase.cpp:

Go to the source code of this file.

Classes

class  AutoDuckRegion
 a struct that holds a start and end time. More...
 

Variables

static const size_t kBufSize = 131072u
 
static const size_t kRMSWindowSize
 

Variable Documentation

◆ kBufSize

const size_t kBufSize = 131072u
static

Definition at line 43 of file AutoDuckBase.cpp.

Referenced by AutoDuckBase::ApplyDuckFade(), and AutoDuckBase::Process().

◆ kRMSWindowSize

const size_t kRMSWindowSize
static
Initial value:
=
100u

Definition at line 44 of file AutoDuckBase.cpp.

Referenced by AutoDuckBase::Process().