How to use the deepspeech.printVersions function in deepspeech

To help you get started, we’ve selected a few deepspeech examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mozilla / DeepSpeech / examples / ffmpeg_vad_streaming / index.js View on Github external
VersionAction.prototype.call = function(parser) {
	Ds.printVersions();
	process.exit(0);
};
github mozilla / DeepSpeech-examples / ffmpeg_vad_streaming / index.js View on Github external
VersionAction.prototype.call = function(parser) {
	Ds.printVersions();
	process.exit(0);
};

deepspeech

DeepSpeech NodeJS bindings

MPL-2.0
Latest version published 3 years ago

Package Health Score

56 / 100
Full package analysis

Popular deepspeech functions