whisper_full_lang_id method
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,
);
}
Language id associated with the context's default state
int whisper_full_lang_id(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_full_lang_id(
ctx,
);
}