Module: watson-speech/speech-to-text

IBM Watson Speech to Text JavaScript SDK

The primary methods for interacting with the Speech to Text JS SDK are:

  • recognizeMicrophone() for live microphone input
  • recognizeElement() for transcribing <audio> and <video> elements
  • recognizeFile() for file <input>'s and other data sources

However, the underlying streams and utils that they use are also provided for advanced usage.

Source:

Members

(static) Buffer

Source:
See:

(static) FilePlayer

Source:
See:

(static) FormatStream

Source:
See:

(static) getUserMedia

Source:
See:

(static) MicrophoneStream

Source:
See:

(static) recognizeFile

Source:
See:
  • module:watson-speech/speech-to-text/recognize-blob

(static) recognizeMicrophone

Source:
See:

(static) RecognizeStream

Source:
See:

(static) TimingStream

Source:
See:

(static) WebAudioL16Stream

Source:
See:

(static) WritableElementStream

Source:
See: