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.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
joca d538bfd6e7 new voices, simplified version for grad show il y a 5 ans
pixel_ring added local version of pixel ring il y a 5 ans
scripts_play new voices, simplified version for grad show il y a 5 ans
sounds new voices, simplified version for grad show il y a 5 ans
tools added news acts, fallback for no recognition, added sounds il y a 5 ans
.gitignore smoothen things mac pro il y a 5 ans
01_start_tts simpler and cleaned up backend including handy debugging scripts il y a 5 ans
02_start_script simpler and cleaned up backend including handy debugging scripts il y a 5 ans
03_debug simpler and cleaned up backend including handy debugging scripts il y a 5 ans
README.md smoothen things mac pro il y a 5 ans
act_tester.py added news acts, fallback for no recognition, added sounds il y a 5 ans
config.py added news acts, fallback for no recognition, added sounds il y a 5 ans
logic.py added news acts, fallback for no recognition, added sounds il y a 5 ans
smart_speaker_theatre.py added news acts, fallback for no recognition, added sounds il y a 5 ans
tuning.py test for led il y a 5 ans

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