Function

AgsAudioFourierTransformUtilinverse_stft_s16

since: 3.0.0

Declaration [src]

void
ags_fourier_transform_util_inverse_stft_s16 (
  AgsComplex* buffer,
  guint channels,
  guint buffer_length,
  gint16** 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: gint16**

The return location of result.

The data is owned by the caller of the function.