AudioEffectSpectrumAnalyzer

Inherits: AudioEffect < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

float

buffer_length

2.0

FFTSize

fft_size

2

float

tap_back_pos

0.01


Enumerations

enum FFTSize:

FFTSize FFT_SIZE_256 = 0

There is currently no description for this enum. Please help us by contributing one!

FFTSize FFT_SIZE_512 = 1

There is currently no description for this enum. Please help us by contributing one!

FFTSize FFT_SIZE_1024 = 2

There is currently no description for this enum. Please help us by contributing one!

FFTSize FFT_SIZE_2048 = 3

There is currently no description for this enum. Please help us by contributing one!

FFTSize FFT_SIZE_4096 = 4

There is currently no description for this enum. Please help us by contributing one!

FFTSize FFT_SIZE_MAX = 5

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

float buffer_length = 2.0

  • void set_buffer_length ( float value )

  • float get_buffer_length ( )

There is currently no description for this property. Please help us by contributing one!


FFTSize fft_size = 2

There is currently no description for this property. Please help us by contributing one!


float tap_back_pos = 0.01

  • void set_tap_back_pos ( float value )

  • float get_tap_back_pos ( )

There is currently no description for this property. Please help us by contributing one!