support mod_google_tts_streaming (#1409)

* support mod_google_tts_streaming

* wip

* wip
This commit is contained in:
Hoan Luu Huu
2026-01-27 20:18:47 +07:00
committed by GitHub
parent 325af42946
commit faee30278b
3 changed files with 13 additions and 0 deletions

View File

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