Settings
Contents
hotkey_waitinsert_waitkey_holdkey_waitpaste_waitdictate.punctuationdictate.word_mapimgui.dark_modeimgui.scalespeech._engine_idspeech._subtitlesspeech.debugspeech.enginespeech.gainspeech.languagespeech.latencyspeech.microphonespeech.normalizespeech.record_allspeech.record_labelsspeech.record_pathspeech.thresholdspeech.timeouttracking.zoom_heighttracking.zoom_livetracking.zoom_scaletracking.zoom_width
global
| Name | Description |
|---|---|
hotkey_wait: <class 'float'> | milliseconds to pause after pressing a hotkey with modifiers |
insert_wait: <class 'float'> | milliseconds to pause after each letter in insert() |
key_hold: <class 'float'> | milliseconds to wait between key press and release |
key_wait: <class 'float'> | milliseconds to pause between key and modifier presses |
paste_wait: <class 'float'> | milliseconds to wait before restoring the clipboard |
dictate
| Name | Description |
|---|---|
dictate.punctuation: list[str] | |
dictate.word_map: dict[str, str] |
imgui
| Name | Description |
|---|---|
imgui.dark_mode: <class 'bool'> | dark UI mode |
imgui.scale: <class 'float'> | scale the size of ui elements |
speech
| Name | Description |
|---|---|
speech._engine_id: <class 'str'> | engine id (internal) |
speech._subtitles: <class 'bool'> | draw subtitles |
speech.debug: <class 'bool'> | verbose speech debugging |
speech.engine: <class 'str'> | preferred speech engine |
speech.gain: <class 'float'> | software microphone gain |
speech.language: <class 'str'> | preferred language |
speech.latency: <class 'float'> | engine target latency |
speech.microphone: <class 'str'> | preferred microphone |
speech.normalize: <class 'bool'> | software microphone normalization |
speech.record_all: <class 'bool'> | record all phrases (locally) |
speech.record_labels: <class 'bool'> | record audacity text labels |
speech.record_path: <class 'str'> | path under TALON_HOME to place recordings |
speech.threshold: <class 'float'> | voice sensitivity (0.0 - 1.0) |
speech.timeout: <class 'float'> | voice activity timeout (seconds) |
tracking
| Name | Description |
|---|---|
tracking.zoom_height: <class 'int'> | zoom target height |
tracking.zoom_live: <class 'int'> | live-updating zoom |
tracking.zoom_scale: <class 'float'> | zoom scale |
tracking.zoom_width: <class 'int'> | zoom target width |