mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 17:17:40 +02:00
Some effect descriptions (for Doxygen).
This commit is contained in:
parent
cb70fd3abd
commit
ccc71c31b6
@ -10,7 +10,7 @@
|
|||||||
*******************************************************************//**
|
*******************************************************************//**
|
||||||
|
|
||||||
\class EffectAmplify
|
\class EffectAmplify
|
||||||
\brief An Effect
|
\brief An Effect that makes a sound louder or softer.
|
||||||
|
|
||||||
This rewritten class supports a smart Amplify effect - it calculates
|
This rewritten class supports a smart Amplify effect - it calculates
|
||||||
the maximum amount of gain that can be applied to all tracks without
|
the maximum amount of gain that can be applied to all tracks without
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
*******************************************************************//**
|
*******************************************************************//**
|
||||||
|
|
||||||
\class EffectClickRemoval
|
\class EffectClickRemoval
|
||||||
\brief An Effect.
|
\brief An Effect for removing clicks.
|
||||||
|
|
||||||
Clicks are identified as small regions of high amplitude compared
|
Clicks are identified as small regions of high amplitude compared
|
||||||
to the surrounding chunk of sound. Anything sufficiently tall compared
|
to the surrounding chunk of sound. Anything sufficiently tall compared
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
\class EffectEqualization
|
\class EffectEqualization
|
||||||
\brief An Effect.
|
\brief An Effect that modifies volume in different frequency bands.
|
||||||
|
|
||||||
Performs filtering, using an FFT to do a FIR filter.
|
Performs filtering, using an FFT to do a FIR filter.
|
||||||
It lets the user draw an arbitrary envelope (using the same
|
It lets the user draw an arbitrary envelope (using the same
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
*******************************************************************//**
|
*******************************************************************//**
|
||||||
|
|
||||||
\class EffectFade
|
\class EffectFade
|
||||||
\brief An Effect
|
\brief An Effect that reduces the volume to zero over achosen interval.
|
||||||
|
|
||||||
*//*******************************************************************/
|
*//*******************************************************************/
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
******************************************************************//**
|
******************************************************************//**
|
||||||
|
|
||||||
\class EffectLeveller
|
\class EffectLeveller
|
||||||
\brief An Effect
|
\brief An Effect that aims to selectively make softer sounds louder.
|
||||||
|
|
||||||
*//*******************************************************************/
|
*//*******************************************************************/
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
*******************************************************************//**
|
*******************************************************************//**
|
||||||
|
|
||||||
\class EffectNormalize
|
\class EffectNormalize
|
||||||
\brief An Effect.
|
\brief An Effect to bring the peak level up to a chosen level.
|
||||||
|
|
||||||
*//*******************************************************************/
|
*//*******************************************************************/
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*******************************************************************//**
|
*******************************************************************//**
|
||||||
|
|
||||||
\class EffectPhaser
|
\class EffectPhaser
|
||||||
\brief An Effect
|
\brief An Effect that changes frequencies in a time varying manner.
|
||||||
|
|
||||||
*//*******************************************************************/
|
*//*******************************************************************/
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
*******************************************************************//**
|
*******************************************************************//**
|
||||||
|
|
||||||
\class EffectRepeat
|
\class EffectRepeat
|
||||||
\brief An Effect.
|
\brief An Effect that repeats audio several times over.
|
||||||
|
|
||||||
*//****************************************************************//**
|
*//****************************************************************//**
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*//****************************************************************//**
|
*//****************************************************************//**
|
||||||
|
|
||||||
\class EffectScienFilter
|
\class EffectScienFilter
|
||||||
\brief An Effect.
|
\brief An Effect that applies 'classical' IIR filters.
|
||||||
|
|
||||||
Performs IIR filtering that emulates analog filters, specifically
|
Performs IIR filtering that emulates analog filters, specifically
|
||||||
Butterworth, Chebyshev Type I and Type II. Highpass and lowpass filters
|
Butterworth, Chebyshev Type I and Type II. Highpass and lowpass filters
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
*******************************************************************//**
|
*******************************************************************//**
|
||||||
|
|
||||||
\class EffectStereoToMono
|
\class EffectStereoToMono
|
||||||
\brief An Effect.
|
\brief An Effect to convert stereo to mono.
|
||||||
|
|
||||||
*//*******************************************************************/
|
*//*******************************************************************/
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*******************************************************************//**
|
*******************************************************************//**
|
||||||
|
|
||||||
\class EffectWahwah
|
\class EffectWahwah
|
||||||
\brief An Effect
|
\brief An Effect that adds a 'spectral glide'.
|
||||||
|
|
||||||
*//*******************************************************************/
|
*//*******************************************************************/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user