Add speech dispatcher example

This commit is contained in:
Michael Hansen 2022-03-31 22:56:57 -04:00
commit 937c7ba2a0
5 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,2 @@
GenericExecuteSynth "printf %s \'$DATA\' | /path/to/mimic3-client --voice \'$VOICE\' --stdout | $PLAY_COMMAND"
AddVoice "en-us" "MALE1" "en_UK/apope_low"

View file

@ -0,0 +1,2 @@
DefaultVoiceType "MALE1"
DefaultModule mimic3-generic

View file

@ -0,0 +1,9 @@
[Unit]
Description=Run Mimic 3 web server
Documentation=https://github.com/MycroftAI/mimic3
[Service]
ExecStart=/path/to/mimic3-server
[Install]
WantedBy=default.target