Merge pull request #29 from jambonz/feat/openai-stt-semantic-vad

add semantic_vad for openai stt
This commit is contained in:
Dave Horton
2025-03-26 16:20:20 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.3.91",
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.100",
"@jambonz/verb-specifications": "^0.0.101",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"
@@ -692,9 +692,9 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"version": "0.0.100",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.100.tgz",
"integrity": "sha512-pJMrLTGwNuZvD+Q0Tg9vo2X4b4bF0n71jaNPSjW1PZWxWUky7phUfanWmGN4C/jTndP5z01efSOtBSZwPE1dvA==",
"version": "0.0.101",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.101.tgz",
"integrity": "sha512-tgVyttFTaiEOCUhQU15m7jaw+IUTvEV2P6g4argARaNuva5DH01Dzi2FJyqlCmGzsTmuVUjOmh13PfC/cIpEsA==",
"dependencies": {
"debug": "^4.3.4",
"pino": "^8.8.0"

View File

@@ -15,7 +15,7 @@
},
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.100",
"@jambonz/verb-specifications": "^0.0.101",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"