Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FVectorLinearResampler
Description
Generate OutputFramesNeeded resampled output at the given fixed point sample rate (1.0 = 65536). Returns the number of source frames to consume. The next run of the resample expects to get SourceFrames + previous runs return value.
stereo is deinterleaved, with the right channels being specified by Frames+StrideFloats.
| Name | ResampleMono |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/VectorLinearResampler.h |
| Include Path | #include "DSP/VectorLinearResampler.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/VectorLinearResampler.cpp |
uint32 ResampleMono
(
uint32 OutputFramesNeeded,
uint32 FixedPointSampleRate,
float const * SourceFrames,
float * OutputFrames
)