support autoStreamTts for enabling say.stream = true globaly (#96)

This commit is contained in:
Hoan Luu Huu
2025-06-10 20:24:14 +07:00
committed by GitHub
parent e654ee9e10
commit 1782db362e
2 changed files with 6 additions and 1 deletions

View File

@@ -64,7 +64,8 @@
"boostAudioSignal": "number|string",
"vad":"#vad",
"referHook": "object|string",
"earlyMedia": "boolean"
"earlyMedia": "boolean",
"autoStreamTts": "boolean"
},
"required": []
},

View File

@@ -378,6 +378,10 @@ test("validate correct verbs", async (t) => {
}
}
},
{
"verb": "config",
"autoStreamTts": true
},
{
"verb": "config",
"vad": {