yl_stft_create function

  1. @Native<yl_stft_handle Function(Pointer<yl_stft_cfg>)>(ffi.Pointer<yl_stft_cfg>)>()
yl_stft_handle yl_stft_create(
  1. Pointer<yl_stft_cfg> cfg
)

Implementation

@ffi.Native<yl_stft_handle Function(ffi.Pointer<yl_stft_cfg>)>()
external yl_stft_handle yl_stft_create(ffi.Pointer<yl_stft_cfg> cfg);