Function
AgsAudioFourierTransformUtilinverse_stft_double
since: 3.0.0
Declaration [src]
void
ags_fourier_transform_util_inverse_stft_double (
AgsComplex* buffer,
guint channels,
guint buffer_length,
gdouble** 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:
gdouble**The return location of result.
The data is owned by the caller of the function.