Skip to content

Commit

Permalink
playht test failing due to use of incorrect language name en-US (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton authored Oct 15, 2024
1 parent b5bede7 commit 84d83a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/speech-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84d83a0

Please sign in to comment.