-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdictate.yaml
More file actions
45 lines (45 loc) · 1.17 KB
/
dictate.yaml
File metadata and controls
45 lines (45 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
keybindings:
- name: "Toggle speech echo on/off"
command: echo
keys: "<Super>F9"
- name: "Start manual recording"
command: record
keys: "<Super>F10"
- name: "Stop recording"
command: stop
keys: "<Super>F11"
- name: "Toggle recording"
command: toggle
keys: "<Super>F12"
- name: "Record until silence detected"
command: record till pause
keys: "<Shift><Control>s"
general:
recognizer_engine: google
typewrite_interval: 0.04
# Status window colors for light and dark styles
colors:
light:
fg: black
listening: lightcoral
processing: lightsalmon
error: lightcoral
echo: lightblue
dark:
fg: white
listening: indianred
processing: peru
error: indianred
echo: steelblue
Recognizer:
pause_threshold: 1
recognize_google:
language: auto # Use 'auto' to detect language from keyboard layout
gTTS:
lang: auto # Use 'auto' to detect language from keyboard layout
calibrate:
duration: 30
asr_calibration_text: |
The quick brown fox jumps over the lazy dog.
The dog thinks hard, hanging his head and humming a song.
The fox judges each choice with vision, chewing cool food on the lawn.