Skip to content
zkwi edited this page Apr 27, 2026 · 6 revisions

VoxType Wiki

VoxType is a lightweight Windows desktop voice input tool. Put the cursor in any input box, press the global shortcut, speak, and VoxType will transcribe your voice, optionally polish the result with an OpenAI-compatible LLM, copy it to the clipboard, paste it into the active field, and restore the previous clipboard when possible.

声写 VoxType 是一个 Windows 桌面语音输入工具。把光标放到任意输入框后,按全局快捷键开始说话,VoxType 会完成录音、豆包流式 ASR、可选大模型润色、写入剪贴板、自动粘贴和剪贴板恢复。

简体中文

English

Recommended Reading Order

  1. Configure Doubao ASR first.
  2. Add hotwords and optional prompt preferences.
  3. Adjust daily preferences such as shortcut, paste mode, microphone, captions, startup, and tray behavior.
  4. Open advanced settings only when troubleshooting latency, paste compatibility, ASR connection, LLM timeout, or diagnostics.

Current Defaults Worth Knowing

  • Main trigger: Ctrl + Q.
  • Right Alt and middle mouse triggers: off by default.
  • Recent context and automatic hotword candidates: off by default.
  • Local silence fallback: continuous silence stops recording after 10 seconds by default.
  • Doubao server endpointing example value: end_window_size = 800.
  • Update prompts provide an "Update now" action when a new installer is available.

Privacy Basics

  • config.toml, logs, local context files, and usage stats are local files and should not be committed.
  • Usage statistics record duration, character count, speed, and time estimates, not recognized text.
  • Recent context and automatic hotword history are disabled by default.
  • Diagnostic reports and logs should not include real API keys, recognized text, hotwords, prompts, recent context, or Windows username paths.

Clone this wiki locally