Up to date

This page is up to date for Godot 4.2. If you 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!