Function
AgsAudioFourierTransformUtilcompute_stft_double
since: 3.0.0
Declaration [src]
void
ags_fourier_transform_util_compute_stft_double (
gdouble* buffer,
guint channels,
guint buffer_length,
AgsComplex** retval
)
Parameters
buffer-
Type:
gdouble*The audio buffer.
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:
AgsComplexThe return location of result.
The data is owned by the caller of the function.