ggml-org/whisper.cpp

New feature suggestion: save screen output as a file

Ouverte

#557 ouverte le 3 mars 2023

 (0 commentaire) (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

It would be nice if what is sent to stdout could be also directly saved to a file (e.g. with the same name as the audio file, .out.txt as extension) I know that that there are redirection and tee and that this could be easily achieved without a specific option, but having it as an option would be really useful.

Guide contributeur