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.
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
joca d538bfd6e7 new voices, simplified version for grad show 5 年前
pixel_ring added local version of pixel ring 5 年前
scripts_play new voices, simplified version for grad show 5 年前
sounds new voices, simplified version for grad show 5 年前
tools added news acts, fallback for no recognition, added sounds 5 年前
.gitignore smoothen things mac pro 5 年前
01_start_tts simpler and cleaned up backend including handy debugging scripts 5 年前
02_start_script simpler and cleaned up backend including handy debugging scripts 5 年前
03_debug simpler and cleaned up backend including handy debugging scripts 5 年前
README.md smoothen things mac pro 5 年前
act_tester.py added news acts, fallback for no recognition, added sounds 5 年前
config.py added news acts, fallback for no recognition, added sounds 5 年前
logic.py added news acts, fallback for no recognition, added sounds 5 年前
smart_speaker_theatre.py added news acts, fallback for no recognition, added sounds 5 年前
tuning.py test for led 5 年前

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