Function

AgsAudioFourierTransformUtilcompute_stft_s64

since: 3.0.0

Declaration [src]

void
ags_fourier_transform_util_compute_stft_s64 (
  gint64* buffer,
  guint channels,
  guint buffer_length,
  AgsComplex** retval
)

Description [src]

Compute fourier transform of buffer.

Available since: 3.0.0

Parameters

buffer

Type: gint64*

The audio buffer.

The data is owned by the caller of the function.
channels

Type: guint

Number of audio channels.

buffer_length

Type: guint

The buffer’s length.

retval

Type: AgsComplex

The return location of result.

The data is owned by the caller of the function.