voice

voice.py a component of openallure.py

Collection of functions for rendering text-to-speech

Copyright (c) 2010 John Graves

MIT License: see LICENSE.txt

TODO: Add standalone tests for text-to-speech modules.

class voice.Voice

Text-to-speech Functionality ( optional )

speak(phrase)
Say or print phrase using available text-to-speech engine or stdout
voice.test_voice()
Create a Voice instance and check that it works

Previous topic

text

Next topic

video