update to released deepgram tts voices (#299)

This commit is contained in:
Dave Horton
2024-03-13 09:16:12 -04:00
committed by GitHub
parent bd8fb2f9db
commit 3ad54a0e72
2 changed files with 13 additions and 10 deletions
+1 -3
View File
@@ -263,9 +263,7 @@ const testDeepgramTTS = async(logger, synthAudio, credentials) => {
{
vendor: 'deepgram',
credentials,
language: 'en-US',
voice: 'alpha-aurora-en-v2',
model: 'alpha-aurora-en-v2',
model: 'aura-asteria-en',
text: 'Hi there and welcome to jambones!'
}
);