Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Grain envelope types.
| Name | Audio::Grain::EEnvelope |
| Type | enum |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/GrainEnvelope.h |
| Include Path | #include "DSP/GrainEnvelope.h" |
Syntax
namespace Audio
{
namespace Grain
{
enum EEnvelope
{
Gaussian,
Triangle,
DownwardTriangle,
UpwardTriangle,
ExponentialDecay,
ExponentialAttack,
Hann,
}
}
}
Values
| Name | Remarks |
|---|---|
| Gaussian | |
| Triangle | |
| DownwardTriangle | |
| UpwardTriangle | |
| ExponentialDecay | |
| ExponentialAttack | |
| Hann |