whisper_model_n_mels method
Implementation
int whisper_model_n_mels(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_model_n_mels(
ctx,
);
}
int whisper_model_n_mels(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_model_n_mels(
ctx,
);
}