Skip to content

Quill 0.6.1

Choose a tag to compare

@xfreeze2 xfreeze2 released this 08 Aug 03:27
· 5 commits to main since this release

Fixes auto-finish cutting you off mid-sentence.

Auto-finish was deciding you'd stopped talking by watching the transcript. That was the wrong signal — transcript updates lag your speech and gap between sentences, so once the server finalised one sentence it could look like silence for several seconds while you were still talking, and the dictation ended under you.

It now listens to the microphone itself, against a noise floor that adapts to your room. New words count too, so either signal keeps the session open.

The default window is now 5 seconds rather than 3, which sat inside the range of an ordinary thinking pause. Options are 2 / 3 / 5 / 8 seconds, or off.

curl -fsSL https://raw.githubusercontent.com/xfreeze2/quill/main/install.sh | bash