Add speech dispatcher example
This commit is contained in:
parent
2fb13e6ae7
commit
937c7ba2a0
5 changed files with 100 additions and 0 deletions
2
examples/speech-dispatcher/mimic3-generic.conf
Normal file
2
examples/speech-dispatcher/mimic3-generic.conf
Normal 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"
|
||||
2
examples/speech-dispatcher/speechd.conf
Normal file
2
examples/speech-dispatcher/speechd.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DefaultVoiceType "MALE1"
|
||||
DefaultModule mimic3-generic
|
||||
9
examples/systemd/mimic3.service
Normal file
9
examples/systemd/mimic3.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue