mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-04 19:22:00 +00:00
add semantic_vad for openai stt (#92)
This commit is contained in:
+11
-1
@@ -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