unreal.AudioSpectrumPlotFrequencyAxisPixelBucketMode

class unreal.AudioSpectrumPlotFrequencyAxisPixelBucketMode

Bases: EnumBase

EAudio Spectrum Plot Frequency Axis Pixel Bucket Mode

C++ Source:

  • Plugin: AudioWidgets

  • Module: AudioWidgets

  • File: SAudioSpectrumPlot.h

AVERAGE: AudioSpectrumPlotFrequencyAxisPixelBucketMode

Plot the average of the data points in each frequency axis pixel bucket.

Type:

2

PEAK: AudioSpectrumPlotFrequencyAxisPixelBucketMode

Plot one data point per frequency axis pixel bucket only, choosing the data point with the highest sound level.

Type:

1

SAMPLE: AudioSpectrumPlotFrequencyAxisPixelBucketMode

Plot one data point per frequency axis pixel bucket only, choosing the data point nearest the pixel center.

Type:

0