The code to run the smart speaker theatre. Based on the intents that are detected from the user interaction, the speakers do particular things and actions.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
joca d538bfd6e7 new voices, simplified version for grad show 5 anni fa
pixel_ring
scripts_play new voices, simplified version for grad show 5 anni fa
sounds new voices, simplified version for grad show 5 anni fa
tools added news acts, fallback for no recognition, added sounds 5 anni fa
.gitignore
01_start_tts
02_start_script
03_debug
README.md
act_tester.py added news acts, fallback for no recognition, added sounds 5 anni fa
config.py added news acts, fallback for no recognition, added sounds 5 anni fa
logic.py added news acts, fallback for no recognition, added sounds 5 anni fa
smart_speaker_theatre.py added news acts, fallback for no recognition, added sounds 5 anni fa
tuning.py

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