#include <Phaser.h>
◆ FPhaser()
| Audio::FPhaser::FPhaser |
( |
| ) |
|
◆ ~FPhaser()
| Audio::FPhaser::~FPhaser |
( |
| ) |
|
◆ ComputeNewCoefficients()
| void Audio::FPhaser::ComputeNewCoefficients |
( |
const int32 |
ChannelIndex, |
|
|
const float |
LFOValue |
|
) |
| |
|
protected |
◆ Init()
| void Audio::FPhaser::Init |
( |
const float |
SampleRate, |
|
|
const int32 |
InNumChannels |
|
) |
| |
◆ ProcessAudio()
| void Audio::FPhaser::ProcessAudio |
( |
const float * |
InBuffer, |
|
|
const int32 |
InNumSamples, |
|
|
float * |
OutBuffer |
|
) |
| |
◆ ProcessAudioFrame()
| void Audio::FPhaser::ProcessAudioFrame |
( |
const float * |
InFrame, |
|
|
float * |
OutFrame |
|
) |
| |
◆ SetFeedback()
| void Audio::FPhaser::SetFeedback |
( |
const float |
InFeedback | ) |
|
◆ SetFrequency()
| void Audio::FPhaser::SetFrequency |
( |
const float |
InFreqHz | ) |
|
◆ SetLFOType()
◆ SetQuadPhase()
| void Audio::FPhaser::SetQuadPhase |
( |
const bool |
bQuadPhase | ) |
|
◆ SetWetLevel()
| void Audio::FPhaser::SetWetLevel |
( |
const float |
InWetLevel | ) |
|
◆ APFFrequencyRanges
◆ APFs
◆ bIsBiquadPhase
| bool Audio::FPhaser::bIsBiquadPhase |
|
protected |
◆ ControlRate
| int32 Audio::FPhaser::ControlRate |
|
protected |
◆ ControlSampleCount
| int32 Audio::FPhaser::ControlSampleCount |
|
protected |
◆ Feedback
| float Audio::FPhaser::Feedback |
|
protected |
◆ FeedbackFrame
◆ Frequency
| float Audio::FPhaser::Frequency |
|
protected |
◆ LFO
◆ LFOType
◆ MaxNumChannels
| const int32 Audio::FPhaser::MaxNumChannels = 2 |
|
staticprotected |
◆ NumApfs
| const int32 Audio::FPhaser::NumApfs = 6 |
|
staticprotected |
◆ NumChannels
| int32 Audio::FPhaser::NumChannels |
|
protected |
◆ WetLevel
| float Audio::FPhaser::WetLevel |
|
protected |
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/SignalProcessing/Public/DSP/Phaser.h
- Engine/Source/Runtime/SignalProcessing/Private/Phaser.cpp