PyTTSx is a cross-platform Python wrapper for speech synthesis (a.k.a. text-to-speech) tools.
I've been interested in both speech synthesis and speech recognition for some time (as a user, for personal use as a productivity aid), and had tried out some tools for these areas earlier, including Java-based ones and others.
PyTTSx is by Peter Parente:
http://mindtrove.info/about.html
I found it via looking for PyTTS by the same developer, but that seems to be no longer maintained, and is only for Windows, while PyTTSx is supposed to work on Linux, Mac OS X and Windows.
http://en.m.wikipedia.org/wiki/Speech_synthesis
Also see:
http://freetts.sourceforge.net/docs/index.php
PyTTSx docs:
http://pyttsx.readthedocs.org/en/v1.1/
- Vasudev Ram
www.dancingbison.com
1 comment:
I was looking for a Python cross-platform TTS module a while ago and PyTTSx was not working well. I ended up creating my own layer to support more free engines. You can see it at https://github.com/brousch/sl4a_pydroid_mock_api/blob/master/src/android/ttsspeak.py
Post a Comment