ggml-org/whisper.cpp

New feature suggestion: save screen output as a file

Offen

#557 geöffnet am 03.03.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (6.073 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (52.920 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 20h) (36 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide