AudioEffectSpectrumAnalyzerInstance¶
Inherits: AudioEffectInstance < Reference < Object
Category: Core
Brief Description¶
Methods¶
Vector2 | get_magnitude_for_frequency_range ( float from_hz, float to_hz, MagnitudeMode mode=1 ) const |
Enumerations¶
enum MagnitudeMode:
- MAGNITUDE_AVERAGE = 0 — Use the average value as magnitude.
- 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