ggml-org/whisper.cpp

Add function to get language title

Ouverte

#535 ouverte le 25 févr. 2023

 (3 commentaires) (0 réaction) (0 personne assignée)C++ (6 073 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (52 920 étoiles)
Métriques de merge PR
 (Merge moyen 5j 20h) (36 PRs mergées en 30 j)

Description

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

Guide contributeur