This commit is contained in:
Hoan HL
2025-10-30 13:50:47 +07:00
parent eba06fb9c3
commit cce87dcf75
2 changed files with 6 additions and 0 deletions

View File

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