new_aubio_dct method
create new DCT computation object
\param size length of the DCT
Implementation
ffi.Pointer<aubio_dct_t> new_aubio_dct(
int size,
) {
return _new_aubio_dct(
size,
);
}
create new DCT computation object
\param size length of the DCT
ffi.Pointer<aubio_dct_t> new_aubio_dct(
int size,
) {
return _new_aubio_dct(
size,
);
}