mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
support gemini tts
This commit is contained in:
@@ -659,6 +659,7 @@
|
||||
"label": "string",
|
||||
"language": "string",
|
||||
"voice": "string|object",
|
||||
"model": "string",
|
||||
"fallbackVendor": "string",
|
||||
"fallbackLabel": "string",
|
||||
"fallbackLanguage": "string",
|
||||
|
||||
@@ -505,6 +505,15 @@ test("validate correct verbs", async (t) => {
|
||||
"language": "en-US"
|
||||
}
|
||||
},
|
||||
{
|
||||
"verb": "say",
|
||||
"text": "hi there!",
|
||||
"synthesizer" : {
|
||||
"vendor": "google",
|
||||
"language": "en-US",
|
||||
"model": "gemini-2.5-flash-tts"
|
||||
}
|
||||
},
|
||||
{
|
||||
"verb": "sip:decline",
|
||||
"status": 480,
|
||||
|
||||
Reference in New Issue
Block a user