Struct
AgsAudioFourierTransformUtil
Description
struct AgsFourierTransformUtil {
gpointer source;
guint source_stride;
AgsComplex* frequency_domain;
guint buffer_length;
AgsSoundcardFormat format;
guint samplerate;
}
No description available.
Structure members
sourceNo description available.
source_strideNo description available.
frequency_domainNo description available.
buffer_lengthNo description available.
formatNo description available.
samplerateNo description available.
Instance methods
ags_fourier_transform_util_get_buffer_length
Get buffer length of fourier_transform_util.
since: 7.0.0
ags_fourier_transform_util_get_format
Get audio buffer util format of fourier_transform_util.
since: 7.0.0
ags_fourier_transform_util_get_frequency_domain
Get frequency domain buffer of fourier_transform_util.
since: 7.0.0
ags_fourier_transform_util_get_source_stride
Get source stride of fourier_transform_util.
since: 7.0.0
ags_fourier_transform_util_inverse_stft_complex
Compute inverse fourier transform of buffer.
since: 3.6.0
ags_fourier_transform_util_inverse_stft_double
Compute inverse fourier transform of buffer.
since: 3.0.0
ags_fourier_transform_util_inverse_stft_float
Compute inverse fourier transform of buffer.
since: 3.0.0
ags_fourier_transform_util_inverse_stft_s16
Compute inverse fourier transform of buffer.
since: 3.0.0
ags_fourier_transform_util_inverse_stft_s24
Compute inverse fourier transform of buffer.
since: 3.0.0
ags_fourier_transform_util_inverse_stft_s32
Compute inverse fourier transform of buffer.
since: 3.0.0
ags_fourier_transform_util_inverse_stft_s64
Compute inverse fourier transform of buffer.
since: 3.0.0
ags_fourier_transform_util_inverse_stft_s8
Compute inverse fourier transform of buffer.
since: 3.0.0
ags_fourier_transform_util_set_buffer_length
Set buffer_length of fourier_transform_util.
since: 7.0.0
ags_fourier_transform_util_set_frequency_domain
Set frequency_domain buffer of fourier_transform_util.
since: 7.0.0
ags_fourier_transform_util_set_source_stride
Set source stride of fourier_transform_util.
since: 7.0.0