-
Notifications
You must be signed in to change notification settings - Fork 10
Troubleshooting English
简体中文版本:常见问题与排障
- Check the health panel at the top of API Config.
- Make sure Doubao ASR App Key, Access Key, and Resource ID are filled in.
- Make sure Windows allows desktop apps to access the microphone.
- Make sure at least one trigger is enabled.
- Make sure the cursor is inside an editable field.
- Check whether the target app blocks paste shortcuts.
- Use advanced Options to open logs or copy the diagnostic report.
Possible causes:
- ASR credentials are missing.
- Main shortcut is disabled.
- The shortcut is occupied by another app.
- VoxType is already starting, stopping, waiting for final result, or pasting.
Fix:
- Open API Config and fill in required ASR fields.
- Open Options and check the main shortcut.
- Open advanced Options and confirm the main shortcut trigger is enabled.
- Try another shortcut.
Possible causes:
- Microphone permission is disabled.
- Wrong input device.
- Microphone volume is too low.
- The recording contains no useful speech.
- Network or ASR service issue.
Fix:
- Allow desktop microphone access in Windows Settings.
- Select the correct input device in Options.
- Test Doubao ASR from API Config.
- Try again in a quieter environment.
Notes:
- Empty recognition becomes a failure. It does not run polishing, paste, or successful statistics.
- Continuous silence stops the current recording after 10 seconds by default, so a server endpointing miss does not record until the maximum duration.
- If you need long pauses, adjust "Silence auto-stop seconds" in advanced Options. Set it to
0to disable the local silence fallback.
Possible causes:
- Cursor is not in an editable field.
- Target app blocks
Ctrl + V. - Target app reads the clipboard slowly.
- Clipboard is temporarily occupied by another program.
Fix:
- Test in Notepad first.
- If text was copied, press
Ctrl + Vmanually. - Try
Shift + Insertin advanced paste compatibility settings. - Increase clipboard restore delay.
- Use clipboard-only mode for apps that do not support auto paste.
VoxType tries to restore common clipboard formats. Images, bitmap handles, file handles, large private formats, or very large clipboard content may not be fully backed up.
Suggestions:
- Plain text and common rich text are usually more stable.
- Large clipboard content may hit the snapshot size limit.
- If restore is partial, VoxType should keep the recognized text available and show a warning.
Possible causes:
-
llm_post_edit.enabled = false. - Base URL, API Key, or model is incomplete.
- Text length is below
min_chars. - LLM connection test fails.
Fix:
- Enable LLM polishing in API Config.
- Fill in Base URL, API Key, and model.
- Run the LLM test.
- Leave it off if you only need ASR.
Try:
- Disable thinking.
- Increase
min_charsso short text skips polishing. - Use a faster model.
- Increase timeout only for slow networks or models; timeout does not speed up polishing.
Hotwords are context, not a forced replacement table.
Tips:
- Use one term per line.
- Use real spelling.
- Do not put long paragraphs into hotwords.
- Proper nouns, names, product names, and abbreviations work best.
- For style preferences, use scene notes instead.
Possible causes:
- Automatic hotwords are disabled.
- Local history is empty.
- LLM API is not configured.
- There are no high-quality candidate terms.
Fix:
- Enable automatic hotwords in advanced Hotwords settings.
- Use voice input a few times to accumulate local history.
- Configure and test LLM API.
- Generate candidates manually.
Recent versions use silent NSIS installation and try to reopen VoxType after installation.
When a new version is available, the Home/Options notice provides an "Update now" action to start download and installation.
If it still does not open:
- Open VoxType manually from Start Menu or desktop shortcut.
- Check whether security software blocked the installer.
- Download the latest installer from GitHub Releases and reinstall.
- Copy the diagnostic report for troubleshooting.
Open Options → Advanced Settings → Updates and diagnostics:
- Open logs.
- Copy diagnostic report.
Diagnostic reports should be redacted. They should not include real API keys, recognized text, hotwords, prompts, recent context text, or Windows username paths.
When reporting an issue, include:
- VoxType version.
- Windows version.
- Steps to reproduce.
- Diagnostic report.
- Whether the issue reproduces in Notepad.