yl_lpc_ctx_create function

  1. @Native<yl_fft_plan_handle Function(Int)>(ffi.Int)>()
yl_fft_plan_handle yl_lpc_ctx_create(
  1. int m
)

Implementation

@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Int)>()
external ffi.Pointer<ffi.Void> yl_lpc_ctx_create(int m);