From 37737556601c3a68cc05834d8f046333659dc188 Mon Sep 17 00:00:00 2001 From: iohzrd Date: Fri, 21 Apr 2023 14:33:30 -0700 Subject: [PATCH] faster speech-dispatcher GenericExecuteSynth --- examples/speech-dispatcher/mimic3-generic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"