Skip to content

Commit

Permalink
Vendor/cobalt (#23)
Browse files Browse the repository at this point in the history
* add support for cobalt

* more changes for cobalt

* 0.0.31

* more cobalt options
  • Loading branch information
davehorton authored Sep 13, 2023
1 parent 3a5b053 commit 82e2bc5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.0.30",
"version": "0.0.31",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@
"ibmOptions": "#ibmOptions",
"nvidiaOptions": "#nvidiaOptions",
"sonioxOptions": "#sonioxOptions",
"cobaltOptions": "#cobaltOptions",
"customOptions": "#customOptions"
},
"required": [
Expand All @@ -588,6 +589,17 @@
"required": [
]
},
"cobaltOptions": {
"properties": {
"serverUri": "string",
"enableConfusionNetwork": "boolean",
"metadata": "string",
"compiledContextData": "string",
"wordTimeOffsets": "boolean"
},
"required": [
]
},
"nvidiaOptions": {
"properties": {
"rivaUri": "string",
Expand Down

0 comments on commit 82e2bc5

Please sign in to comment.