support rimelabs tts streaming (#1047)

This commit is contained in:
Hoan Luu Huu
2025-01-18 20:17:33 +07:00
committed by GitHub
parent a194ba833e
commit ba282d775d
3 changed files with 23 additions and 0 deletions

View File

@@ -278,6 +278,7 @@ class TtsStreamingBuffer extends Emitter {
'deepgram',
'cartesia',
'elevenlabs',
'rimelabs',
'custom'
].forEach((vendor) => {
const eventClassName = `${vendor.charAt(0).toUpperCase() + vendor.slice(1)}TtsStreamingEvents`;