FSampleBufferReader::SetPitch

Sets the pitch of the buffer reader. Can be negative. Will linearly interpolate over the given time value.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/SampleBufferReader.h

Include

#include "DSP/SampleBufferReader.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/SampleBufferReader.cpp

Syntax

void SetPitch
(
    const float InPitch,
    const float InterpolationTimeSec
)

Remarks

Sets the pitch of the buffer reader. Can be negative. Will linearly interpolate over the given time value.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss