ggml-org/whisper.cpp

Add function to get language title

開放

#535 建立於 2023年2月25日

 (3 則留言) (0 個反應) (0 位負責人)C++ (6,074 個分叉)batch import
enhancementgood first issue

倉庫指標

星標
 (52,968 顆星)
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).

貢獻者指南