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.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
joca d538bfd6e7 new voices, simplified version for grad show před 5 roky
pixel_ring added local version of pixel ring před 5 roky
scripts_play new voices, simplified version for grad show před 5 roky
sounds new voices, simplified version for grad show před 5 roky
tools added news acts, fallback for no recognition, added sounds před 5 roky
.gitignore smoothen things mac pro před 5 roky
01_start_tts simpler and cleaned up backend including handy debugging scripts před 5 roky
02_start_script simpler and cleaned up backend including handy debugging scripts před 5 roky
03_debug simpler and cleaned up backend including handy debugging scripts před 5 roky
README.md smoothen things mac pro před 5 roky
act_tester.py added news acts, fallback for no recognition, added sounds před 5 roky
config.py added news acts, fallback for no recognition, added sounds před 5 roky
logic.py added news acts, fallback for no recognition, added sounds před 5 roky
smart_speaker_theatre.py added news acts, fallback for no recognition, added sounds před 5 roky
tuning.py test for led před 5 roky

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