whisper_model_n_audio_head method

int whisper_model_n_audio_head(
  1. Pointer<whisper_context> ctx
)

Implementation

int whisper_model_n_audio_head(
  ffi.Pointer<whisper_context> ctx,
) {
  return _whisper_model_n_audio_head(
    ctx,
  );
}