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.
Checking the stable version of the documentation...
AudioEffectSpectrumAnalyzerInstance¶
Inherits: AudioEffectInstance < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods¶
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!