Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

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(from_hz: float, to_hz: float, mode: MagnitudeMode = 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(from_hz: float, to_hz: float, mode: MagnitudeMode = 1) const

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


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.