support gladia stt (#503)

* support gladia stt

* wip

* update verb specification
This commit is contained in:
Hoan Luu Huu
2025-10-20 15:47:17 +07:00
committed by GitHub
parent 0f1f5e9b73
commit 42f4318a17
6 changed files with 261 additions and 6 deletions

38
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"@aws-sdk/client-transcribe": "^3.549.0",
"@azure/storage-blob": "^12.17.0",
"@deepgram/sdk": "^1.21.0",
"@gladiaio/sdk": "^0.5.2",
"@google-cloud/speech": "^6.5.0",
"@google-cloud/storage": "^7.9.0",
"@jambonz/db-helpers": "^0.9.18",
@@ -22,7 +23,7 @@
"@jambonz/realtimedb-helpers": "^0.8.15",
"@jambonz/speech-utils": "^0.2.25",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.117",
"@jambonz/verb-specifications": "^0.0.118",
"@soniox/soniox-node": "^1.2.2",
"ajv": "^8.17.1",
"argon2": "^0.40.1",
@@ -3793,6 +3794,28 @@
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/@gladiaio/sdk": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/@gladiaio/sdk/-/sdk-0.5.2.tgz",
"integrity": "sha512-v51y75+5Wg/YWVQlTXGdOFiKTrYAHdWR3xZoCqLQdWPyBlynVbiTPf4IpID0zAP/ngu16GGmBVC/XOQZfcj+hg==",
"license": "MIT",
"engines": {
"node": ">=20"
},
"peerDependencies": {
"eventemitter3": ">=5",
"undici": ">=5",
"ws": "5.2.4 || 6.2.3 || 7.5.10 || >=8.8"
},
"peerDependenciesMeta": {
"undici": {
"optional": true
},
"ws": {
"optional": true
}
}
},
"node_modules/@google-cloud/common": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-5.0.1.tgz",
@@ -4323,9 +4346,9 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"version": "0.0.117",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.117.tgz",
"integrity": "sha512-yfnHWfqVRyE9ICBdVQV8CFwj0jDInpgMYdv9lI5c4iOmnYrJU3e/iFdrwM+abhFyZGL1Can9onynPW6RZFXXsw==",
"version": "0.0.118",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.118.tgz",
"integrity": "sha512-1dGnc6TUCehjt1yGNuqh1uzk1xw9HhUm39aVUosQMHlnT0fK0ItikeJ0uttTjFastHNmPPxqJwb20wOvVGTCFg==",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",
@@ -7356,6 +7379,13 @@
"node": ">=6"
}
},
"node_modules/eventemitter3": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
"license": "MIT",
"peer": true
},
"node_modules/events": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",