support cartesia tts

This commit is contained in:
Quan HL
2024-12-16 15:58:18 +07:00
parent d96ab5cdf3
commit 8a390a8edf
5 changed files with 327 additions and 43 deletions
+1
View File
@@ -50,6 +50,7 @@ function getFileExtension({vendor, voice, renderForCaching = false}) {
case 'elevenlabs':
case 'rimelabs':
case 'playht':
case 'cartesia':
if (renderForCaching || JAMBONES_DISABLE_TTS_STREAMING) {
return mp3Extension;
} else {