Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/InterpolatedLinearPitchShifter.h |
| Include | #include "DSP/InterpolatedLinearPitchShifter.h" |
Syntax
class FLinearPitchShifter
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLinearPitchShifter
(
int32 InNumChannels |
Ctor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | ProcessAudio
(
const TArrayView< float > InputBuffer, |
Sample rate converts the input audio buffer and pushes converted audio to the output circular buffer. | |
| void | Reset
(
int32 InNumChannels, |
||
| void | UpdatePitchShift
(
float InNewPitchSemitones |