diff --git a/examples/speech-dispatcher/mimic3-generic.conf b/examples/speech-dispatcher/mimic3-generic.conf index 179fc37..9a6295a 100644 --- a/examples/speech-dispatcher/mimic3-generic.conf +++ b/examples/speech-dispatcher/mimic3-generic.conf @@ -1,6 +1,6 @@ Debug 0 -GenericExecuteSynth "printf %s \'$DATA\' | mimic3 --remote --voice \'$VOICE\' --stdout | $PLAY_COMMAND" +GenericExecuteSynth "curl -d \'$DATA\' http://localhost:59125/api/tts?voice=\'$VOICE\' --header 'Content-Type:text/plain' | $PLAY_COMMAND" GenericCmdDependency "mimic3" GenericSoundIconFolder "/usr/share/sounds/sound-icons/"