update-docs

This commit is contained in:
Win Dictation Dev
2026-06-11 21:23:31 +12:00
parent e63897a4f6
commit 218e916c76
2 changed files with 681 additions and 1 deletions
+7 -1
View File
@@ -1,5 +1,7 @@
# Win Dictation — Voice to Text for Windows
![screenshot](screenshot.png)
A push-to-talk speech-to-text utility for Windows. Press a hotkey, speak, and your words land in whatever app you were just using — fully offline, powered by Whisper.
## Quick Download
@@ -8,6 +10,8 @@ A push-to-talk speech-to-text utility for Windows. Press a hotkey, speak, and yo
Extract the ZIP file and run `win-dictation.exe`. The release includes all required DLLs and a Whisper model.
For new releases, run `.\src\package.ps1` after building, then attach `dist\WinDictation.zip` to a [Gitea Release](https://docs.gitea.com/usage/packages/overview) on your instance.
---
## Documentation
@@ -122,7 +126,9 @@ win-dictation/
## License
MIT — follows [whisper.cpp](https://github.com/ggerganov/whisper.cpp).
[GNU General Public License v3.0](LICENSE)
This project is licensed under GPLv3. It incorporates [whisper.cpp](https://github.com/ggerganov/whisper.cpp) (MIT), [ggml](https://github.com/ggerganov/ggml) (MIT), and [SDL2](https://www.libsdl.org/) (zlib).
## Resources