unreal.AudioSpectrogramFrequencyAxisPixelBucketMode¶
- class unreal.AudioSpectrogramFrequencyAxisPixelBucketMode¶
Bases:
EnumBaseEAudio Spectrogram Frequency Axis Pixel Bucket Mode
C++ Source:
Plugin: AudioWidgets
Module: AudioWidgets
File: AudioSpectrogramViewport.h
- AVERAGE: AudioSpectrogramFrequencyAxisPixelBucketMode = Ellipsis¶
Plot the average of the data points in each frequency axis pixel bucket.
- Type:
2
- PEAK: AudioSpectrogramFrequencyAxisPixelBucketMode = Ellipsis¶
Plot one data point per frequency axis pixel bucket only, choosing the data point with the highest sound level.
- Type:
1
- SAMPLE: AudioSpectrogramFrequencyAxisPixelBucketMode = Ellipsis¶
Plot one data point per frequency axis pixel bucket only, choosing the data point nearest the pixel center.
- Type:
0