mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
wip
This commit is contained in:
@@ -311,6 +311,11 @@
|
|||||||
"ConnectFailure": "deepgram_tts_streaming::connect_failed",
|
"ConnectFailure": "deepgram_tts_streaming::connect_failed",
|
||||||
"Connect": "deepgram_tts_streaming::connect"
|
"Connect": "deepgram_tts_streaming::connect"
|
||||||
},
|
},
|
||||||
|
"GoogleTtsStreamingEvents": {
|
||||||
|
"Empty": "google_tts_streaming::empty",
|
||||||
|
"ConnectFailure": "google_tts_streaming::connect_failed",
|
||||||
|
"Connect": "google_tts_streaming::connect"
|
||||||
|
},
|
||||||
"CartesiaTtsStreamingEvents": {
|
"CartesiaTtsStreamingEvents": {
|
||||||
"Empty": "cartesia_tts_streaming::empty",
|
"Empty": "cartesia_tts_streaming::empty",
|
||||||
"ConnectFailure": "cartesia_tts_streaming::connect_failed",
|
"ConnectFailure": "cartesia_tts_streaming::connect_failed",
|
||||||
|
|||||||
@@ -407,6 +407,7 @@ class TtsStreamingBuffer extends Emitter {
|
|||||||
'cartesia',
|
'cartesia',
|
||||||
'elevenlabs',
|
'elevenlabs',
|
||||||
'rimelabs',
|
'rimelabs',
|
||||||
|
'google',
|
||||||
'custom'
|
'custom'
|
||||||
].forEach((vendor) => {
|
].forEach((vendor) => {
|
||||||
const eventClassName = `${vendor.charAt(0).toUpperCase() + vendor.slice(1)}TtsStreamingEvents`;
|
const eventClassName = `${vendor.charAt(0).toUpperCase() + vendor.slice(1)}TtsStreamingEvents`;
|
||||||
|
|||||||
Reference in New Issue
Block a user