Preserve dictation output order #44
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/zara!44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/zara-011-dictation-ordering"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
zara.dictateand normalize case, spacing, and punctuationfinallyWhy
The two dictation implementations had diverged, later futures could type before earlier captured audio, and exceptional exits could leave process state behind for later runs.
Impact
Parallel transcription remains enabled without reordering typed speech. Default, environment, CLI, and config stop phrases share one normalization path, and repeated in-process starts are clean.
Validation
nix develop -c scripts/test-dictation.shnix develop -c bash -c 'pytest && for test_script in scripts/test-*.sh; do bash "$test_script"; done'nix buildCloses #12