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 < Reference < Object

Métodos

Vector2

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

Enumeraciones

enum MagnitudeMode:

  • MAGNITUDE_AVERAGE = 0 --- Utilice el valor promedio como magnitud.

  • MAGNITUDE_MAX = 1 --- Utilice el valor máximo como magnitud.

Descripciones de Métodos