ggml-org/whisper.cpp

Add function to get language title

オープン

#535 opened on 2023/02/25

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (6,073 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (52,920 個のスター)
PR merge metrics
 (平均マージ 5d 20h) (30d で 36 merged PRs)

説明

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).

コントリビューターガイド