aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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