ggml-org/whisper.cpp
New feature suggestion: save screen output as a file
Aberta
#557 aberto em 3 de mar. de 2023
enhancementgood first issue
Métricas do repositório
- Stars
- (52.968 estrelas)
- Métricas de merge de PR
- (Mesclagem média 5d 20h) (36 fundiu PRs em 30d)
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.