unreal.AudioSpectrogramFrequencyAxisPixelBucketMode

class unreal.AudioSpectrogramFrequencyAxisPixelBucketMode

Bases: EnumBase

EAudio Spectrogram Frequency Axis Pixel Bucket Mode

C++ Source:

  • Plugin: AudioWidgets

  • Module: AudioWidgets

  • File: AudioSpectrogramViewport.h

AVERAGE: AudioSpectrogramFrequencyAxisPixelBucketMode

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

Type:

2

PEAK: AudioSpectrogramFrequencyAxisPixelBucketMode

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

Type:

1

SAMPLE: AudioSpectrogramFrequencyAxisPixelBucketMode

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

Type:

0