Attention

You are reading the latest (unstable) version of this documentation, which may document features not available or compatible with Godot 3.x.

Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

AudioEffectSpectrumAnalyzerInstance

Inherits: AudioEffectInstance < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

Vector2

get_magnitude_for_frequency_range ( float from_hz, float to_hz, MagnitudeMode mode=1 ) const


Enumerations

enum MagnitudeMode:

MagnitudeMode MAGNITUDE_AVERAGE = 0

Use the average value as magnitude.

MagnitudeMode MAGNITUDE_MAX = 1

Use the maximum value as magnitude.


Method Descriptions

Vector2 get_magnitude_for_frequency_range ( float from_hz, float to_hz, MagnitudeMode mode=1 ) const

There is currently no description for this method. Please help us by contributing one!