whisper_model_n_mels method

int whisper_model_n_mels(
  1. Pointer<whisper_context> ctx
)

Implementation

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