mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
add semantic_vad for openai stt (#92)
This commit is contained in:
12
specs.json
12
specs.json
@@ -955,7 +955,17 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"none",
|
"none",
|
||||||
"server_vad"
|
"server_vad",
|
||||||
|
"semantic_vad"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"eagerness": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"low",
|
||||||
|
"medium",
|
||||||
|
"high",
|
||||||
|
"auto"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"threshold": "number",
|
"threshold": "number",
|
||||||
|
|||||||
Reference in New Issue
Block a user