ggml-org/whisper.cpp

Add function to get language title

Aberta

#535 aberto em 25 de fev. de 2023

 (3 comentários) (0 reação) (0 responsável)C++ (6.072 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (52.942 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 20h) (36 fundiu PRs em 30d)

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

Guia do colaborador