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

继承: AudioEffectInstance < RefCounted < Object

目前没有这个类的描述。请帮我们贡献一个

方法

Vector2

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


枚举

enum MagnitudeMode:

MagnitudeMode MAGNITUDE_AVERAGE = 0

用平均值作为幅度。

MagnitudeMode MAGNITUDE_MAX = 1

用最大值作为幅度。


方法说明

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

目前没有这个方法的描述。请帮我们贡献一个