whisper_full_lang_id_from_state method

int whisper_full_lang_id_from_state(
  1. Pointer<whisper_state> state
)

Language id associated with the provided state

Implementation

int whisper_full_lang_id_from_state(
  ffi.Pointer<whisper_state> state,
) {
  return _whisper_full_lang_id_from_state(
    state,
  );
}