Updated sample config snippet for `tts.mimic3`.

This commit is contained in:
Fabio Manganiello 2023-10-31 21:16:23 +01:00
parent f3fe249ae9
commit 0e29e770fb
1 changed files with 2 additions and 4 deletions

View File

@ -760,11 +760,9 @@ backend.http:
# #
# tts.mimic3: # tts.mimic3:
# # The base URL of the mimic3 server # # 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 # # Path of the default voice that should be used
# voice: 'en_UK/apope_low' # voice: 'en_US/vctk_low'
# # The media plugin that should be used to play the audio response
# media_plugin: media.vlc
### ###
## ---------- ## ----------