#include <FoldbackDistortion.h>
◆ FFoldbackDistortion()
| Audio::FFoldbackDistortion::FFoldbackDistortion |
( |
| ) |
|
◆ ~FFoldbackDistortion()
| Audio::FFoldbackDistortion::~FFoldbackDistortion |
( |
| ) |
|
◆ Init()
| void Audio::FFoldbackDistortion::Init |
( |
const float |
InSampleRate, |
|
|
const int32 |
InNumChannels |
|
) |
| |
◆ ProcessAudio()
| void Audio::FFoldbackDistortion::ProcessAudio |
( |
const float * |
InBuffer, |
|
|
const int32 |
InNumSamples, |
|
|
float * |
OutBuffer |
|
) |
| |
◆ ProcessAudioFrame()
| void Audio::FFoldbackDistortion::ProcessAudioFrame |
( |
const float * |
InFrame, |
|
|
float * |
OutFrame |
|
) |
| |
◆ ProcessAudioSample()
| float Audio::FFoldbackDistortion::ProcessAudioSample |
( |
const float |
InSample | ) |
|
◆ SetInputGainDb()
| void Audio::FFoldbackDistortion::SetInputGainDb |
( |
const float |
InInputGainDb | ) |
|
◆ SetOutputGainDb()
| void Audio::FFoldbackDistortion::SetOutputGainDb |
( |
const float |
InOutputGainDb | ) |
|
◆ SetThresholdDb()
| void Audio::FFoldbackDistortion::SetThresholdDb |
( |
const float |
InThresholdDb | ) |
|
The documentation for this class was generated from the following files: