-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yml
14 lines (14 loc) · 1.01 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
window-title: "Tales" # Title of the window you want to capture. It can be any part of the window title, for instance "Tales" for "Tales of Phantasia".
refresh-rate: "5s" # How often a screenshot is taken
confidence-threshold: 0.9 # Between 0 and 1. Filters out any OCR character with a confidence score below the threshold.
translator:
api: "google" # "google" or "deepl"
to: "en" # Target language. For Google translate, please check here: https://cloud.google.com/translate/docs/languages. For deepL, please check here: https://www.deepl.com/en/docs-api/translating-text
authentication-key: "deepl-auth-key" # required only for deepL
subs:
font:
color: "#FFFFFF" # RGB color code
size: 24 # Font size
background:
color: "#404040" # RGB color code
opacity: 0xD0 # Between 0x00 (transparent) and 0xFF (opaque)