Socket
Socket
Sign inDemoInstall

deepspeech-gpu

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepspeech-gpu - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0-alpha.0

lib/binding/v0.7.0-alpha.0/linux-x64/electron-v5.0/deepspeech.node

6

client.js

@@ -112,8 +112,6 @@ #!/usr/bin/env node

// We take half of the buffer_size because buffer is a char* while
// LocalDsSTT() expected a short*
if (args['extended']) {
console.log(metadataToString(model.sttWithMetadata(audioBuffer.slice(0, audioBuffer.length / 2))));
console.log(metadataToString(model.sttWithMetadata(audioBuffer)));
} else {
console.log(model.stt(audioBuffer.slice(0, audioBuffer.length / 2)));
console.log(model.stt(audioBuffer));
}

@@ -120,0 +118,0 @@ const inference_stop = process.hrtime(inference_start);

{
"name" : "deepspeech-gpu",
"version" : "0.6.1",
"description" : "DeepSpeech NodeJS bindings",
"main" : "./index",
"bin": {
"deepspeech": "./client.js"
},
"author" : "Mozilla",
"license": "MPL-2.0",
"homepage": "https://github.com/mozilla/DeepSpeech/tree/v0.6.1#project-deepspeech",
"files": [
"README.md",
"client.js",
"index.js",
"lib/*"
],
"bugs": {
"url": "https://github.com/mozilla/DeepSpeech/issues"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/mozilla/DeepSpeech.git"
},
"binary": {
"module_name" : "deepspeech",
"module_path" : "./lib/binding/v{version}/{platform}-{arch}/{node_abi}/",
"remote_path" : "./v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host" : "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.v1.0.0-warpctc.arm/artifacts/public/"
},
"dependencies" : {
"node-pre-gyp": "0.13.x",
"name": "deepspeech-gpu",
"version": "0.7.0-alpha.0",
"description": "DeepSpeech NodeJS bindings",
"main": "./index",
"bin": {
"deepspeech": "./client.js"
},
"author": "Mozilla",
"license": "MPL-2.0",
"homepage": "https://github.com/mozilla/DeepSpeech/tree/v0.7.0-alpha.0#project-deepspeech",
"files": [
"README.md",
"client.js",
"index.js",
"lib/*"
],
"bugs": {
"url": "https://github.com/mozilla/DeepSpeech/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/DeepSpeech.git"
},
"binary": {
"module_name": "deepspeech",
"module_path": "./lib/binding/v{version}/{platform}-{arch}/{node_abi}/",
"remote_path": "./v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.v1.0.0-warpctc.arm/artifacts/public/"
},
"dependencies": {
"argparse": "1.0.x",
"sox-stream": "2.0.x",
"memory-stream": "0.0.3",
"node-wav": "0.0.2"
},
"devDependencies": {
},
"scripts": {
"test": "node index.js"
}
"node-pre-gyp": "^0.14.0",
"node-wav": "0.0.2",
"sox-stream": "2.0.x"
},
"devDependencies": {},
"scripts": {
"test": "node index.js"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc