You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ API & Examples
43
43
44
44
The basic API is outlined below, see complete API docs at http://watson-developer-cloud.github.io/speech-javascript-sdk/master/
45
45
46
-
See code for several basic examples at https://github.com/watson-developer-cloud/speech-javascript-sdk/tree/master/examples/static/
46
+
See several basic examples at http://watson-speech.mybluemix.net/ ([source](https://github.com/watson-developer-cloud/speech-javascript-sdk/tree/master/examples/))
47
47
48
-
See a live example at https://speech-to-text-demo.mybluemix.net/
48
+
See a more advanced example at https://speech-to-text-demo.mybluemix.net/
49
49
50
50
All API methods require an auth token that must be [generated server-side](https://github.com/watson-developer-cloud/node-sdk#authorization).
51
51
(See https://github.com/watson-developer-cloud/speech-javascript-sdk/tree/master/examples/ for a couple of basic examples in Node.js and Python.)
<p>The <ahref="https://www.npmjs.com/package/watson-speech">watson-speech</a> library allows you to easily add voice
13
+
recognition and synthesis to any web app with minimal code.</p>
14
+
<p>Complete source code for these examples is
15
+
<ahref="https://github.com/watson-developer-cloud/speech-javascript-sdk/tree/master/examples/">available on GitHub</a>.</p>
12
16
<h2>Speech to Text</h2>
13
17
<h3>Microphone Input</h3>
14
18
<ul>
@@ -19,8 +23,8 @@ <h3>Microphone Input</h3>
19
23
<li><ahref="microphone-streaming-text-to-console.html">Transcribe from Microphone, send text to console</a></li>
20
24
<li><ahref="microphone-streaming-model.html">Transcribe from Microphone, Streaming with chosen model</a></li>
21
25
<li><ahref="microphone-streaming-object-to-console.html">Transcribe from Microphone, send JSON to console (includes text and metadata; v0.22+ format)</a></li>
22
-
<li><ahref="browserify.html">Example bundled with browserify</a>*</li>
23
-
<li><ahref="webpack.html">Example bundled with Webpack</a>*</li>
<li><strike><ahref="microphone-streaming-object-extracted-to-console.html">Deprecated: Transcribe from Microphone, send JSON to console with results extracted (pre-v0.22 format)</a></strike></li>
25
29
</ul>
26
30
<h3>File Input</h3>
@@ -34,11 +38,9 @@ <h3>File Input</h3>
34
38
<li><ahref="realtime-vs-no-realtime.html">Compare <code>realtime</code> and <code>TimingStream</code> options</a></li>
35
39
<li><ahref="url-promise.html">Transcribe from URL, return a Promise</a></li>
36
40
<li><ahref="file-ajax.html">Transcribe from file, pre-loaded over AJAX</a></li>
37
-
<li><strike><ahref="audio-video-deprecated/">Deprecated: Transcribe from HTML5 <audio> or <video> element</a></strike>*</li>
41
+
<li><strike><ahref="audio-video-deprecated/">Deprecated: Transcribe from HTML5 <audio> or <video> element</a></strike></li>
38
42
</ul>
39
43
40
-
<p>* Examples that depend on browserify or webpack require Node.js and will not work with the example Python server.</p>
41
-
42
44
<h2>Text to Speech</h2>
43
45
<ul>
44
46
<li><ahref="text-to-speech.html">Synthesize text, with pre-loaded token (compatible with Mobile Safari)</a></li>
0 commit comments