support noise isolation to config verb (#122)

* support noise isolation to config verb

* wip

* wip

* wip

* wip

* add vendor to turnTaking
This commit is contained in:
Hoan Luu Huu
2026-02-12 05:31:19 +07:00
committed by GitHub
parent fe095be5c8
commit c9cd50c559
2 changed files with 37 additions and 1 deletions

View File

@@ -468,6 +468,24 @@ test("validate correct verbs", async (t) => {
"speechPadMs": 1000
}
},
{
"verb": "config",
"noiseIsolation": {
"enable": true,
"vendor": "krisp",
"level": 3,
"model": "custom-model"
}
},
{
"verb": "config",
"turnTaking": {
"enable": true,
"vendor": "krisp",
"threshold": 0.5,
"model": "turn-taking-model"
}
},
{
"verb": "message",
"to": "15083084809",