yl_mel_ctx_create function
- @Native<Pointer<Void> Function(Int, Int, Int, Float, Float, UnsignedInt, UnsignedInt)>(ffi.Int, ffi.Int, ffi.Int, ffi.Float, ffi.Float, ffi.UnsignedInt, ffi.UnsignedInt)>()
Pointer<Void>
yl_mel_ctx_create(
- int sr,
- int n_fft,
- int n_mels,
- double fmin,
- double fmax,
- int scale,
- int norm,
)
Implementation
@ffi.Native<
ffi.Pointer<ffi.Void> Function(
ffi.Int,
ffi.Int,
ffi.Int,
ffi.Float,
ffi.Float,
ffi.UnsignedInt,
ffi.UnsignedInt,
)
>()
external ffi.Pointer<ffi.Void> yl_mel_ctx_create(
int sr,
int n_fft,
int n_mels,
double fmin,
double fmax,
int scale,
int norm,
);