Settings Reference
Audio input: pick a mic and tune preprocessing
Settings → Audio. Select the input device, monitor the level meter, toggle highpass, VAD, and AGC. Defaults are usually right.
Input device
Settings → Audio → Input device. Lists every microphone the OS knows about. Bluetooth headsets, USB mics, built-in laptop mics, audio interfaces.
- Pick a device from the dropdown.
- Watch the live VU meter on the right while you speak. Bars should bounce in the green zone.
- If the meter is flat, the OS gave Dimmy the wrong device (some laptops default to HDMI when a monitor is plugged in).
- Click Test to record a 3-second clip and play it back. Confirms the right mic is selected.
Audio preprocessing
Dimmy preprocesses every clip before sending it to the STT engine. The defaults are tuned to match what whisper.cpp likes.
- Highpass filter at 80 Hz: removes rumble, fans, traffic. Always recommended.
- VAD (voice activity detection): skips silent stretches at the start and end of the clip. Saves cloud STT cost.
- AGC (automatic gain control): boosts quiet voices, tames loud ones. Use it if you switch between whisper-talking and normal volume.
- NaN-safe sample clamp: keeps every sample in [-1.0, 1.0]. Always on, not user-toggleable. Prevents one bad sample from crashing Whisper.
Bluetooth caveat
Bluetooth headsets often drop into the 8 kHz HFP profile when an app opens the mic, even though they support 48 kHz A2DP for output. The audio sounds tinny. Dimmy upsamples to 16 kHz before STT, which is enough for Whisper, but accuracy drops noticeably compared to a USB or built-in mic.
Was this helpful?
In this category
Settings Reference
Settings overview: every tab, in one map
Right-click the pill → Settings. Ten tabs grouped by purpose. Use this as the index to find anything you can configure.
Settings Reference
Pick the dictation language
Auto-detect or pin a specific language. 99 languages via Whisper. Affects transcription and filler removal.
Settings Reference
Stats: count, time saved, words dictated
Settings → Stats. Aggregate numbers computed from your local history. Time saved is the difference between speaking and typing the same text.
Settings Reference
About: version, updates, links
Settings → About shows the current version, runs an update check, and links to the repo, license, and acknowledgements.
Settings Reference
Pause Dimmy temporarily
Disable the hotkey without quitting the app. Useful during screen recordings, presentations, or focus blocks.
Last updated: 2026-05-22