From 652f532c5b193f66572794cf5f4c407b414b38c4 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Mon, 14 Oct 2024 17:11:42 -0400 Subject: [PATCH] playht test failing due to use of incorrect language name en-US --- lib/utils/speech-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/speech-utils.js b/lib/utils/speech-utils.js index 475a7872..99993cd6 100644 --- a/lib/utils/speech-utils.js +++ b/lib/utils/speech-utils.js @@ -327,7 +327,7 @@ const testPlayHT = async(logger, synthAudio, credentials) => { { vendor: 'playht', credentials, - language: 'en-US', + language: 'english', voice: 's3://voice-cloning-zero-shot/d9ff78ba-d016-47f6-b0ef-dd630f59414e/female-cs/manifest.json', text: 'Hi there and welcome to jambones!', renderForCaching: true