From 0e29e770fbc9c351c0acba6b1765e182e55dd5d9 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 31 Oct 2023 21:16:23 +0100 Subject: [PATCH] Updated sample config snippet for `tts.mimic3`. --- platypush/config/config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/platypush/config/config.yaml b/platypush/config/config.yaml index b0005cb9..434220eb 100644 --- a/platypush/config/config.yaml +++ b/platypush/config/config.yaml @@ -760,11 +760,9 @@ backend.http: # # tts.mimic3: # # The base URL of the mimic3 server -# server_url: http://riemann:59125 +# server_url: http://127.0.0.1:59125 # # Path of the default voice that should be used -# voice: 'en_UK/apope_low' -# # The media plugin that should be used to play the audio response -# media_plugin: media.vlc +# voice: 'en_US/vctk_low' ### ## ----------