fixed cartesia collect audio from stream

This commit is contained in:
Hoan HL
2025-11-13 14:10:00 +07:00
parent 8154944252
commit c04ef29f7c
2 changed files with 11 additions and 3 deletions

View File

@@ -716,7 +716,7 @@ test('Cartesia speech synth tests', async(t) => {
text,
renderForCaching: true
});
t.ok(!opts.servedFromCache, `successfully playht eleven audio to ${opts.filePath}`);
t.ok(!opts.servedFromCache, `successfully cartesia eleven audio to ${opts.filePath}`);
} catch (err) {
console.error(JSON.stringify(err));