whisper_token_lang method

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

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

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