| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
Sound Basic foreground or background sound from a file |
|||
|
Speech Sound using Text to Speech software (espeak) |
|||
|
Note A sine wave of given frequeny |
|||
|
|||
|
|||
| boolean |
|
||
|
|||
|
|||
| float |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
SAMPLERATE = 44100
|
|||
BITSIZE = -16
|
|||
CHANNELS = 2
|
|||
BUFFER = 1024
|
|||
FRAMERATE = 30
|
|||
talking_procs =
|
|||
voice_engine = None
|
|||
currently_playing_filename = None
|
|||
__package__ =
|
|||
|
|||
|
Set the voice engine and do and intial configures if necessary
|
Plays a voice speaking the given text.
Note: Must have espeak installed |
Gets the master volume
|
Set the master volume
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Nov 11 23:43:19 2014 | http://epydoc.sourceforge.net |