diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-21 22:45:28 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-21 22:45:28 +0800 |
| commit | c6885ae2312a1be589e945129bdd9d268f14c370 (patch) | |
| tree | 919e0fe49331b533de312a39548f17b133ef4975 /help.txt | |
| parent | 291c01fd98d44e42bb0a65468e3b6cee3dc25044 (diff) | |
feat: replace `--pinyin` flag with generic `--post="+pinyin"` option
Diffstat (limited to 'help.txt')
| -rw-r--r-- | help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Options stdout | stderr | tcp | udp | udp-broadcast | ipc -m, --model=<model> Whisper model. [default: base_en] --lang=<code> Language hint (zh, ja, en, fr...). Skips detection. - --pinyin Convert Chinese output to pinyin format. + --post=<spec> Post-process transcribed text, e.g. +pinyin -f, --format=<pattern> Output format with %{vol}, %{word}, %{confid}. [default: %{vol},%{word}] -S, --format-file=<path> Read format from file. |
