Initial release, 2019 August 30th.
This release provides text-to-speech (TTS) synthesis using the Windows Speech API (SAPI5).
SAPI is invoked via win32com.client
, and this package requires the python-pywin32
dependency package to provide wni32com
.
This release also provides pause/resume/skip/stop commands.
This release is Windows-only.
Mac and Linux support may be added later (although, of course, Mac provides a native keyboard shortcut to speak selected text out of the box, so it isn't really needed on Mac).