You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Script reader
|
|
|
|
|
|
|
|
This programme reads out a theatre script, using the speech synthesizer Mary TTS.
|
|
|
|
|
|
|
|
Install mary-tts following the instructions in the pdf and start it
|
|
|
|
then run the play_script.py
|
|
|
|
|
|
|
|
|
|
|
|
----
|
|
|
|
Writing new plays
|
|
|
|
|
|
|
|
As an input, write a play in the following format:
|
|
|
|
|
|
|
|
CHARACTERNAME: [ stage directions ] text to say
|
|
|
|
|
|
|
|
Put the script in the plays directory, and put the filename in play_script.py.
|
|
|
|
|
|
|
|
Use instructions.py to set-up the characters and the voices.
|
|
|
|
|
|
|
|
Stage directions (for example lights, silences etc.) are still in development
|