File tree Expand file tree Collapse file tree
examples/speech_to_text_microphone_input Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # IBM Watson Speech to Text Microphone Transcription Example
1+ # IBM Watson Speech to Text Microphone Transcription Examples
22
33Uses 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.
You can’t perform that action at this time.
0 commit comments