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
)
Parameters
buffer-
Type:
AgsComplexThe complex data.
The data is owned by the caller of the function. channels-
Type:
guintNumber of audio channels.
buffer_length-
Type:
guintThe buffer’s length.
retval-
Type:
gint16**The return location of result.
The data is owned by the caller of the function.