Add string customization and example.env

This commit is contained in:
2021-05-02 18:26:18 +02:00
parent cbb4a6898b
commit cd51b092fc
13 changed files with 65 additions and 12 deletions

15
package-lock.json generated
View File

@@ -15,6 +15,7 @@
"microsoft-cognitiveservices-speech-sdk": "^1.16.0",
"node-fetch": "^2.6.1",
"opusscript": "^0.0.8",
"printf": "^0.6.1",
"sha1": "^1.1.1",
"sqlite": "^4.0.21",
"sqlite3": "^5.0.2"
@@ -1587,6 +1588,14 @@
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
"optional": true
},
"node_modules/printf": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/printf/-/printf-0.6.1.tgz",
"integrity": "sha512-is0ctgGdPJ5951KulgfzvHGwJtZ5ck8l042vRkV6jrkpBzTmb/lueTqguWHy2JfVA+RY6gFVlaZgUS0j7S/dsw==",
"engines": {
"node": ">= 0.9.0"
}
},
"node_modules/prism-media": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/prism-media/-/prism-media-1.2.9.tgz",
@@ -1854,7 +1863,6 @@
"hasInstallScript": true,
"dependencies": {
"node-addon-api": "^3.0.0",
"node-gyp": "3.x",
"node-pre-gyp": "^0.11.0"
},
"optionalDependencies": {
@@ -3425,6 +3433,11 @@
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
"optional": true
},
"printf": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/printf/-/printf-0.6.1.tgz",
"integrity": "sha512-is0ctgGdPJ5951KulgfzvHGwJtZ5ck8l042vRkV6jrkpBzTmb/lueTqguWHy2JfVA+RY6gFVlaZgUS0j7S/dsw=="
},
"prism-media": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/prism-media/-/prism-media-1.2.9.tgz",