Audacity 3.2.0
|
#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>
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 |
|
static |
Definition at line 43 of file AutoDuckBase.cpp.
Referenced by AutoDuckBase::ApplyDuckFade(), and AutoDuckBase::Process().
|
static |
Definition at line 44 of file AutoDuckBase.cpp.
Referenced by AutoDuckBase::Process().