Update speech dispatcher files

This commit is contained in:
Michael Hansen 2022-06-28 21:46:31 -04:00
commit 8ecf3b197d
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -1,2 +1,3 @@
DefaultVoiceType "MALE1"
DefaultModule mimic3-generic
AudioOutputMethod "libao"