Skip to content

Commit

Permalink
Add SoX instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Nov 17, 2022
1 parent 6dc88cd commit b7f57df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/recognize.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit b7f57df

Please sign in to comment.