support moh (#219)

This commit is contained in:
Hoan Luu Huu
2023-08-22 19:05:09 +07:00
committed by GitHub
parent 9d24ef6238
commit 79e1bc8d12
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -20,7 +20,7 @@
"@jambonz/realtimedb-helpers": "^0.8.6",
"@jambonz/speech-utils": "^0.0.15",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.27",
"@jambonz/verb-specifications": "^0.0.28",
"@soniox/soniox-node": "^1.1.1",
"argon2": "^0.30.3",
"bent": "^7.3.12",
@@ -2046,9 +2046,9 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"version": "0.0.27",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.27.tgz",
"integrity": "sha512-DIcxhCNrgr2RTE3YrGNP15RqKyV+P8f97SPBlKd2zTM5aN2oV5xv+pRDx5gLzmrUZ5TIEaBXQN3vTmM2Zx5Q6g==",
"version": "0.0.28",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.28.tgz",
"integrity": "sha512-xbRbrhrgi0nGLk5e6vLs60zigDh45ywdgfBOClsVw+NwM66L6paGSPb0QCwVrdocG2vTOAXCpyb0aPXO+fL4sA==",
"dependencies": {
"debug": "^4.3.4",
"pino": "^8.8.0"
@@ -11339,9 +11339,9 @@
}
},
"@jambonz/verb-specifications": {
"version": "0.0.27",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.27.tgz",
"integrity": "sha512-DIcxhCNrgr2RTE3YrGNP15RqKyV+P8f97SPBlKd2zTM5aN2oV5xv+pRDx5gLzmrUZ5TIEaBXQN3vTmM2Zx5Q6g==",
"version": "0.0.28",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.28.tgz",
"integrity": "sha512-xbRbrhrgi0nGLk5e6vLs60zigDh45ywdgfBOClsVw+NwM66L6paGSPb0QCwVrdocG2vTOAXCpyb0aPXO+fL4sA==",
"requires": {
"debug": "^4.3.4",
"pino": "^8.8.0"
+1 -1
View File
@@ -27,7 +27,7 @@
"@jambonz/realtimedb-helpers": "^0.8.6",
"@jambonz/speech-utils": "^0.0.15",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.27",
"@jambonz/verb-specifications": "^0.0.28",
"@jambonz/lamejs": "^1.2.2",
"@soniox/soniox-node": "^1.1.1",
"argon2": "^0.30.3",