whisper_lang_id method

int whisper_lang_id(
  1. Pointer<Char> lang
)

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

Implementation

int whisper_lang_id(ffi.Pointer<ffi.Char> lang) {
  return _whisper_lang_id(lang);
}