From c6885ae2312a1be589e945129bdd9d268f14c370 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 21 Jun 2026 22:45:28 +0800 Subject: feat: replace `--pinyin` flag with generic `--post="+pinyin"` option --- help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help.txt') diff --git a/help.txt b/help.txt index 649cb67..f4b5507 100644 --- a/help.txt +++ b/help.txt @@ -6,7 +6,7 @@ Options stdout | stderr | tcp | udp | udp-broadcast | ipc -m, --model= Whisper model. [default: base_en] --lang= Language hint (zh, ja, en, fr...). Skips detection. - --pinyin Convert Chinese output to pinyin format. + --post= Post-process transcribed text, e.g. +pinyin -f, --format= Output format with %{vol}, %{word}, %{confid}. [default: %{vol},%{word}] -S, --format-file= Read format from file. -- cgit