CalculateFrequencySpectrum

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

CalculateFrequencySpectrum

(
    USoundWave* SoundWave,
    const bool bSplitChannels,
    const float StartTime,
    const float TimeLength,
    const int32 SpectrumWidth,
    TArray< TArray< float > >& OutSpec...
)

Public function Static UFunction BlueprintCallable, Category

void

 

CalculateFrequencySpectrum

(
    USoundWave* SoundWave,
    int32 Channel,
    float StartTime,
    float TimeLength,
    int32 SpectrumWidth,
    TArray< float >& OutSpectrum
)

Calculates the frequency spectrum for a window of time for the SoundWave

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