add support for vad to gather and transcribe (#67)

This commit is contained in:
Dave Horton
2022-02-10 08:45:16 -05:00
committed by GitHub
parent bac1b7f2c6
commit 30ed5b6a02
3 changed files with 31 additions and 0 deletions

View File

@@ -389,6 +389,7 @@
"enum": ["google", "aws", "microsoft", "default"]
},
"language": "string",
"vad": "#vad",
"hints": "array",
"altLanguages": "array",
"profanityFilter": "boolean",
@@ -457,5 +458,15 @@
"required": [
"name"
]
},
"vad": {
"properties": {
"enable": "boolean",
"voiceMs": "number",
"mode": "number"
},
"required": [
"enable"
]
}
}