From b7f57dff96abc1b1ebb5e724136145df18838f9b Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Wed, 12 Apr 2017 16:20:20 -0700 Subject: [PATCH] Add SoX instructions. --- speech/recognize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/recognize.js b/speech/recognize.js index 9563757d84..81c9bad171 100644 --- a/speech/recognize.js +++ b/speech/recognize.js @@ -305,7 +305,7 @@ require(`yargs`) ) .command( `listen`, - `Detects speech in a microphone input stream.`, + `Detects speech in a microphone input stream. This command requires that you have SoX installed and available in your $PATH. See https://www.npmjs.com/package/node-record-lpcm16#dependencies`, {}, (opts) => streamingMicRecognize(opts.encoding, opts.sampleRateHertz, opts.languageCode) )