ggml-org/whisper.cpp

Add function to get language title

开放

#535 创建于 2023年2月25日

 (3 条评论) (0 个反应) (0 位负责人)C++ (6,073 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (52,920 个星标)
PR 合并指标
 (平均合并 5天 20小时) (30 天内合并 36 个 PR)

描述

I can get the language short string (en) with whisper_lang_str, but it would be useful to also be able to get the language title (english). Currently, I have to duplicate this mapping in my own code.

I'm thinking a function called whisper_lang_title(int id).

贡献者指南