Skip to content

Commit ef76024

Browse files
committed
dependency notes
1 parent ad1776f commit ef76024

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

  • examples/speech_to_text_microphone_input
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# IBM Watson Speech to Text Microphone Transcription Example
1+
# IBM Watson Speech to Text Microphone Transcription Examples
22

33
Uses IBM Watson and Node.js to transcribe speech captured from the computer's microphone.
44

5-
This example requires [arecord](http://alsa-project.org/) (Linux) or [sox](http://sox.sourceforge.net/) (Mac/Windows).
5+
The `transcribe-mic-to-file.js` example uses the more flexible [mic](https://www.npmjs.com/package/mic) package,
6+
which requires that you have either [arecord](http://alsa-project.org/) (Linux) or
7+
[sox](http://sox.sourceforge.net/) (Mac/Windows).
8+
9+
The `transcribe-mic-to-console.js` example uses the [line-in](https://www.npmjs.com/package/line-in) package,
10+
which has no dependencies.

0 commit comments

Comments
 (0)