update-docs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Win Dictation — Voice to Text for Windows
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user