Add ElevenLabs TTS provider with segment continuity support

This commit is contained in:
2026-05-13 02:38:16 +02:00
parent 19975917c5
commit eb15af3a36
4 changed files with 103 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
export * from './ttsProviderFactory';
export * from './openAITTSProvider';
export * from './openAITTSProvider';
export * from './elevenLabsTTSProvider';