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",
|
||||
"enum": [
|
||||
"none",
|
||||
"server_vad"
|
||||
"server_vad",
|
||||
"semantic_vad"
|
||||
]
|
||||
},
|
||||
"eagerness": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"low",
|
||||
"medium",
|
||||
"high",
|
||||
"auto"
|
||||
]
|
||||
},
|
||||
"threshold": "number",
|
||||
|
||||
Reference in New Issue
Block a user