From 25180d5f50b186e16d07154e23eab3e5cc0b5b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Le=20Baillif?= Date: Mon, 17 May 2021 17:03:21 +0200 Subject: [PATCH] Watson TTS: default voice as of core #48722 (#17832) When core#48722 will be merged, default voice will be "en-US_AllisonV3Voice" --- source/_integrations/watson_tts.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/watson_tts.markdown b/source/_integrations/watson_tts.markdown index cf54ba9db4d..bc9999b9a68 100644 --- a/source/_integrations/watson_tts.markdown +++ b/source/_integrations/watson_tts.markdown @@ -52,7 +52,7 @@ voice: description: Voice name to be used. required: false type: string - default: en-US_AllisonVoice + default: en-US_AllisonV3Voice output_format: description: "Override the default output format. Supported formats: `audio/flac`, `audio/mp3`, `audio/mpeg`, `audio/ogg`, `audio/ogg;codecs=opus`, `audio/ogg;codecs=vorbis`, `audio/wav`" required: false