ggml-org/whisper.cpp

New feature suggestion: save screen output as a file

Open

#557 opened on Mar 3, 2023

 (0 comments) (0 reactions) (0 assignees)C++ (6,092 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (53,143 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide