Function

AgsAudioFourierTransformUtilinverse_stft_s24

since: 3.0.0

Declaration [src]

void
ags_fourier_transform_util_inverse_stft_s24 (
  AgsComplex* buffer,
  guint channels,
  guint buffer_length,
  gint32** retval
)

Description [src]

Compute inverse fourier transform of buffer.

Available since: 3.0.0

Parameters

buffer

Type: AgsComplex

The complex data.

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: gint32**

The return location of result.

The data is owned by the caller of the function.