whisper_lang_str method

Pointer<Char> whisper_lang_str(
  1. int id
)

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

Implementation

ffi.Pointer<ffi.Char> whisper_lang_str(int id) {
  return _whisper_lang_str(id);
}