ggml-org/whisper.cpp

Add function to get language title

Offen

#535 geöffnet am 25.02.2023

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (6.073 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (52.920 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 20h) (36 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide