alphacep / alphacep/vosk-api

Avoid the use of JSON for the C-Api.

Ouverte
#962 1 commentaire 1 réaction 0 personnes assignées Voir sur GitHub
Langage dominant
Jupyter Notebook
Étoiles
15.1k
Forks
1.8k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Hi,

I'm currently planning to use Vosk for implementing speech recognition in Wine:
The Wine project is generally pretty strict about code quality and the use of external libraries, meaning we would like to avoid JSON to not depend on too many external libraries for just ASR. I could probably try to use some string comparison hacks, to get the data out of the returned JSON, but that would most likely not be in the interest of the project, since C and strings are already their own story ;-) .
So, would it be possible to add another type of vosk_recognizer_result, vosk_recognizer_final_result, etc., which returns the data in predefined structs?

Thanks,
Bernhard

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.