-
Notifications
You must be signed in to change notification settings - Fork 0
a module for speech backends, multiplatform, robust, and great, now only on codeberg
License
paxcoder/unispeak
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
please use codeberg version, github is deprecated. https://codeberg.org/paxcoder/unispeak there is just one function, which works as follows speak("text") it is going to check on what platform it is running, a.k.a. darwin for macOS and windows, for windows. Then, if macOS will be detected, a thirt party module, called pyttsx3 will be required. it will then send that text to this module and speak it aloud. in windows's case, it first checks if NVDA is running, if yes, use that, if not, sapi will be used instead.
About
a module for speech backends, multiplatform, robust, and great, now only on codeberg