Struct

AgsAudioFourierTransformUtil

Description

struct AgsFourierTransformUtil {
  gpointer source;
  guint source_stride;
  AgsComplex* destination;
  guint destination_stride;
  guint buffer_length;
  AgsSoundcardFormat format;
  guint samplerate;
}
No description available.
Structure members
source
No description available.
source_stride
No description available.
destination
No description available.
destination_stride
No description available.
buffer_length
No description available.
format
No description available.
samplerate
No description available.

Functions

ags_fourier_transform_util_compute_stft_complex

Compute fourier transform of buffer.

since: 3.6.0

ags_fourier_transform_util_compute_stft_double

Compute fourier transform of buffer.

since: 3.0.0

ags_fourier_transform_util_compute_stft_float

Compute fourier transform of buffer.

since: 3.0.0

ags_fourier_transform_util_compute_stft_s16

Compute fourier transform of buffer.

since: 3.0.0

ags_fourier_transform_util_compute_stft_s24

Compute fourier transform of buffer.

since: 3.0.0

ags_fourier_transform_util_compute_stft_s32

Compute fourier transform of buffer.

since: 3.0.0

ags_fourier_transform_util_compute_stft_s64

Compute fourier transform of buffer.

since: 3.0.0

ags_fourier_transform_util_compute_stft_s8

Compute fourier transform of buffer.

since: 3.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