mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
allow change synthesizer model in runtime
This commit is contained in:
@@ -564,6 +564,7 @@
|
|||||||
"label": "string",
|
"label": "string",
|
||||||
"language": "string",
|
"language": "string",
|
||||||
"voice": "string|object",
|
"voice": "string|object",
|
||||||
|
"model": "string",
|
||||||
"fallbackVendor": "string",
|
"fallbackVendor": "string",
|
||||||
"fallbackLabel": "string",
|
"fallbackLabel": "string",
|
||||||
"fallbackLanguage": "string",
|
"fallbackLanguage": "string",
|
||||||
|
|||||||
@@ -409,6 +409,17 @@ test("validate correct verbs", async (t) => {
|
|||||||
"language": "en-US"
|
"language": "en-US"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"verb": "say",
|
||||||
|
"text": "hi there!",
|
||||||
|
"synthesizer": {
|
||||||
|
"vendor": "elevenlabs",
|
||||||
|
"language": "en",
|
||||||
|
"voice": "pNInz6obpgDQGcFmaJgB",
|
||||||
|
"label": "label1",
|
||||||
|
"model": "eleven_multilingual_v2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"verb": "sip:decline",
|
"verb": "sip:decline",
|
||||||
"status": 480,
|
"status": 480,
|
||||||
|
|||||||
Reference in New Issue
Block a user