aboutsummaryrefslogtreecommitdiff
path: root/dmvop.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-22 05:23:38 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-22 05:23:38 +0800
commit96c73e26b2dd912f0c1ccf0dc3cc02e9b683e467 (patch)
treedac9d6bf1c4b7922dccd4b9b723c7f597ddd4294 /dmvop.toml
parent51c46d43f5c1be332566305b8f8b40ac9041a06a (diff)
feat(config): update default format for game engines
Diffstat (limited to 'dmvop.toml')
-rw-r--r--dmvop.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/dmvop.toml b/dmvop.toml
index 658857c..3ba3748 100644
--- a/dmvop.toml
+++ b/dmvop.toml
@@ -13,7 +13,13 @@ device = "auto"
## - %{vol} Volume
## - %{word} Content
## - %{confid} Confidence score
-format = "%{word} (%%{vol})" # Hello. (%50)
+
+## For Game Engines
+format = "%{vol},%{word}" # 50,Hello
+
+## For Human
+# format = "%{word} (%%{vol})" # Hello. (%50)
+
## Whisper model selection
## Use `dmvop --list-models` to view available models