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
and there is also a [REST API](http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/getting_started/gs-tokens.shtml).
20
21
21
-
### Examples
22
-
See several examples at https://github.com/watson-developer-cloud/speech-javascript-sdk/tree/master/examples
23
22
24
-
### Installation - npm
23
+
### Installation - standalone
24
+
25
+
Pre-compiled bundles are available from on GitHub Releases - just download the file and drop it into your project: https://github.com/watson-developer-cloud/speech-javascript-sdk/releases
26
+
27
+
28
+
### Installation - npm with browserify
25
29
26
30
This library is built with [browserify](http://browserify.org/) and easy to use in browserify-based projects :
27
31
28
32
npm install --save watson-speech
29
33
30
-
### Installation - standalone
31
34
32
-
Pre-compiled bundles are also available from on GitHub Releases: https://github.com/watson-developer-cloud/speech-javascript-sdk/releases
35
+
API & Examples
36
+
--------------
33
37
34
-
API
35
-
---
38
+
The basic API is outlined below, see complete API docs at http://watson-developer-cloud.github.io/speech-javascript-sdk/master/
36
39
37
-
The basic API is outlined here, see complete API docs at http://watson-developer-cloud.github.io/speech-javascript-sdk/master/
40
+
See several examples at https://github.com/watson-developer-cloud/speech-javascript-sdk/tree/master/examples/static/
38
41
39
42
All API methods require an auth token that must be [generated server-side](https://github.com/watson-developer-cloud/node-sdk#authorization).
40
-
(Snp teee examples/token-server.js for a basic example.)
43
+
(See https://github.com/watson-developer-cloud/speech-javascript-sdk/tree/master/examples/ for a couple of basic examples in Node.js and Python.)
Can recognize and optionally attempt to play a [File](https://developer.mozilla.org/en-US/docs/Web/API/File) or [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob)
77
80
(such as from an `<input type="file"/>` or from an ajax request.)
0 commit comments