ggml-org/whisper.cpp

New feature suggestion: save screen output as a file

开放

#557 创建于 2023年3月3日

 (0 条评论) (0 个反应) (0 位负责人)C++ (6,073 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (52,920 个星标)
PR 合并指标
 (平均合并 5天 20小时) (30 天内合并 36 个 PR)

描述

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.

贡献者指南