fix review comment

This commit is contained in:
Quan HL
2023-10-14 18:13:04 +07:00
parent ea153e9833
commit 0a98c6a376

View File

@@ -419,7 +419,7 @@ test('Elevenlabs speech synth tests', async(t) => {
t.pass('skipping IBM Watson speech synth tests since IBM_TTS_API_KEY or IBM_TTS_API_KEY not provided');
return t.end();
}
const text = `<speak> Hi there and welcome to jambones! jambones is the <sub alias="seapass">CPaaS</sub> designed with the needs of communication service providers in mind. This is an example of simple text-to-speech, but there is so much more you can do. Try us out!</speak>`;
const text = 'Hi there and welcome to jambones!';
try {
let opts = await synthAudio(stats, {
vendor: 'elevenlabs',