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",
|
||||
"language": "string",
|
||||
"voice": "string|object",
|
||||
"model": "string",
|
||||
"fallbackVendor": "string",
|
||||
"fallbackLabel": "string",
|
||||
"fallbackLanguage": "string",
|
||||
|
||||
@@ -409,6 +409,17 @@ test("validate correct verbs", async (t) => {
|
||||
"language": "en-US"
|
||||
}
|
||||
},
|
||||
{
|
||||
"verb": "say",
|
||||
"text": "hi there!",
|
||||
"synthesizer": {
|
||||
"vendor": "elevenlabs",
|
||||
"language": "en",
|
||||
"voice": "pNInz6obpgDQGcFmaJgB",
|
||||
"label": "label1",
|
||||
"model": "eleven_multilingual_v2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"verb": "sip:decline",
|
||||
"status": 480,
|
||||
|
||||
Reference in New Issue
Block a user