Class reference

AudioEffectSpectrumAnalyzer

Inherits AudioEffect

Audio effect that can be used for real-time audio visualizations.

Description

This audio effect does not affect sound output, but can be used for real-time audio visualizations. This resource configures an AudioEffectSpectrumAnalyzerInstance, which performs the actual analysis at runtime. An instance can be obtained with AudioServer.get_bus_effect_instance(). See also AudioStreamGenerator for procedurally generating sounds.

Properties

float buffer_length = 2.0

The length of the buffer to keep (in seconds). Higher values keep data around for longer, but require more memory.

int fft_size = 2

The size of the Fast Fourier transform buffer. Higher values smooth out the spectrum analysis over time, but have greater latency. The effects of this higher latency are especially noticeable with sudden amplitude changes.

float tap_back_pos = 0.01

Constants

FFT_SIZE_256 = 0

Enum: FFTSize

Use a buffer of 256 samples for the Fast Fourier transform. Lowest latency, but least stable over time.

FFT_SIZE_512 = 1

Enum: FFTSize

Use a buffer of 512 samples for the Fast Fourier transform. Low latency, but less stable over time.

FFT_SIZE_1024 = 2

Enum: FFTSize

Use a buffer of 1024 samples for the Fast Fourier transform. This is a compromise between latency and stability over time.

FFT_SIZE_2048 = 3

Enum: FFTSize

Use a buffer of 2048 samples for the Fast Fourier transform. High latency, but stable over time.

FFT_SIZE_4096 = 4

Enum: FFTSize

Use a buffer of 4096 samples for the Fast Fourier transform. Highest latency, but most stable over time.

FFT_SIZE_MAX = 5

Enum: FFTSize

Represents the size of the FFTSize enum.

Tutorials

Source revision 4f5b14abade2
Connection interrupted. Reload×

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.