You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give a voice to everyone & everything! Games, software, videos.
A tool that unifies many different text-to-speech engines into one graphical user interace. Create scripts, try out TTS engines, and more coming soon.
At the moment only basic capabilities are enabled for each engine, but the plan is to integrate all of the features available for each.
The objective of this project is to provide a nice interface to use many TTS engines simultaneously. The next step will be providing an easy way to enable TTS in any game or software,
and if it's feasible to provide OCR capabilities to enable it in games that aren't easily moddable.
To run in live development mode, run wails dev in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on https://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.
Building
To build a redistributable, production mode package, use wails build.