Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

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

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