Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/SampleRateConverter.h |
| Include | #include "DSP/SampleRateConverter.h" |
Syntax
class ISampleRateConverter
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ISampleRateConverter * | Creates a new instance. | ||
| void | |||
| int32 | ProcessChunk
(
const int16* BufferChunk, |
Process chunks of audio at a time. | |
| int32 | ProcessChunk
(
const float* BufferChunk, |
||
| int32 | ProcessFullbuffer
(
const int16* InBuffer, |
Given an input buffer, the output buffer is fully sample-rate converted. | |
| int32 | ProcessFullbuffer
(
const float* InBuffer, |
||
| void | SetSampleRateRatio
(
const float InSampleRateRatio, |
Sets the sample rate ratio and the number of frames to interpolate from the current sample rate ratio. |