whisper_full_lang_id method

int whisper_full_lang_id(
  1. Pointer<whisper_context> ctx
)

Language id associated with the context's default state

Implementation

int whisper_full_lang_id(
  ffi.Pointer<whisper_context> ctx,
) {
  return _whisper_full_lang_id(
    ctx,
  );
}