@bottlenose/rxtranscribe
Version:
👂 Realtime speech-to-text (S2T) transcription with RxJS
64 lines (63 loc) • 1.85 kB
JSON
{
"name": "@bottlenose/rxtranscribe",
"version": "0.7.0",
"description": "👂 Realtime speech-to-text (S2T) transcription with RxJS",
"main": "build/index.js",
"repository": "https://github.com/buccaneerai/bottlenose/tree/master/packages/rxtranscribe",
"publishConfig": {
"access": "public"
},
"author": "Buccaneer LLC <opensource@buccaneer.ai>",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/buccaneerai/bottlenose/issues"
},
"keywords": [
"speech-to-text",
"s2t",
"transcription",
"transcribe",
"voice control",
"speech recognition",
"AWS",
"AWS Transcribe",
"rxjs",
"reactive",
"observables",
"stream",
"streaming",
"realtime"
],
"files": [
"build/*",
".yalc"
],
"dependencies": {
"@aws-sdk/eventstream-marshaller": "^0.1.0-preview.2",
"@aws-sdk/util-utf8-node": "^0.1.0-preview.1",
"@bottlenose/rxws": "^0.7.0",
"@google-cloud/speech": "^3.6.0",
"deepspeech": "0.7.4",
"lodash": "^4.17.15",
"node-vad": "^1.1.4",
"qs": "^6.9.1",
"rxjs": "^6.5.4"
},
"devDependencies": {
"@bottlenose/rxfs": "^0.7.0",
"moment": "^2.26.0",
"optimist": "^0.6.1",
"prompt": "^1.0.0"
},
"browserslist": [],
"scripts": {
"build": "BABEL_ENV=build babel src --out-dir build --source-maps --extensions .js --config-file ../../babel.config.js --delete-dir-on-start --no-comments",
"lint": "eslint -c ../../.eslintrc ./src",
"test": "mocha --exit ./src/**/*.test.js ./src/*.test.js",
"test:watch": "yarn test -- --watch",
"prepublishOnly": "yarn lint && yarn test && yarn build",
"demo:run": "yarn build && BABEL_ENV=build yarn babel-node --config-file ../../babel.config.js ./demo/runDemo.js"
},
"gitHead": "231edd3b748bf569af6e54fdc0506390264ef21f"
}