ggml-org/whisper.cpp

Add function to get language title

Aperta

#535 aperta il 25 feb 2023

 (3 commenti) (0 reazioni) (0 assegnatari)C++ (6072 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (52.942 stelle)
Metriche merge PR
 (Merge medio 5g 20h) (36 PR mergiate in 30 g)

Descrizione

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

Guida contributor