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