whisper_token_lang method

int whisper_token_lang(
  1. Pointer<whisper_context> ctx,
  2. int lang_id
)

Implementation

int whisper_token_lang(
  ffi.Pointer<whisper_context> ctx,
  int lang_id,
) {
  return _whisper_token_lang(
    ctx,
    lang_id,
  );
}