diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ # Parley -Local, push-to-dictate text input for GNOME on Wayland. +**Private dictation for modern Linux.** -Parley records your microphone, transcribes speech locally with Parakeet, and inserts the result at the active caret through IBus. Every successful transcript is saved and copied to the clipboard before insertion is attempted. +Parley turns speech into text directly in your apps. Press a shortcut to record, press it again to transcribe, and keep typing. Everything runs locally. + +Built for GNOME on Wayland, Parley provides system-wide push-to-dictate, direct text insertion, and native top-bar controls. Every successful transcript is saved and copied to the clipboard before insertion is attempted. > Parley targets up-to-date Arch Linux systems running GNOME on Wayland. Other platforms are currently unsupported. @@ -58,7 +60,7 @@ A newly installed Shell extension may require one logout and login before GNOME ## Runtime -Parley requires the Parakeet `transcribe-cli` runtime and Unified English model. By default it looks for the runtime on `PATH` and the model under: +The current transcription backend uses `transcribe-cli` with the Parakeet Unified English model. By default, Parley looks for the runtime on `PATH` and the model under: ```text ~/.local/share/parley/models/ |
