What I'm trying to achieve is to save a text to speech output from Python to an audiofile.
Well the only constraint is Python version 2.7 (would be cool if it runs on Windows and ubuntu, but not necessary). I found pyttsx and managed to have a text read but I can't capture it because there is no method like in pyTTS SpeakToMemory. Well pyTTS is just available for Python 2.5. I can't use that either.
How can I make a text to speech and save it in an audio file with python 2.7?