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.
4591346ddc | 6 years ago | |
---|---|---|
pixel_ring@30de55966f | 6 years ago | |
scripts_play | 6 years ago | |
sounds | 6 years ago | |
.gitignore | 6 years ago | |
01_start_tts | 6 years ago | |
02_start_script | 6 years ago | |
03_debug | 6 years ago | |
README.md | 6 years ago | |
act.py | 6 years ago | |
act_debug.py | 6 years ago | |
asound.conf | 6 years ago | |
config.py | 6 years ago | |
logic.py | 6 years ago | |
play_script.py | 6 years ago | |
smart_speaker_theatre.py | 6 years ago | |
tuning.py | 6 years ago |
README.md
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