Skip to content

Commit 0f3b877

Browse files
committed
readme updates [skip ci]
1 parent acbba53 commit 0f3b877

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,3 @@ Accepts input from `RecognizeStream()` and friends, writes text to supplied `out
214214
* fix bug where TimingStream shows words slightly before they're spoken
215215
* automatically turn on objectMode when required by other options (timing, confidence, etc.
216216
* support jquery objects for element and targetElement
217-
* add a way to keep the mic stream so the user isn't repeatedly prompted in firefox

examples/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ Notes
3636
and there is a [REST API](http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/getting_started/gs-tokens.shtml)
3737
for use with other languages (or `curl`).
3838
* The Speech SDK may be used in browserify or as a standalone library; all of the current examples use it as a standalone library for simplicity.
39+
40+
41+
More Examples
42+
-------------
43+
44+
* Speech & Dialog services together: [Demo](https://speech-dialog.mybluemix.net/), [Code](https://github.com/nfriedly/speech-dialog)
45+
* Text to Speech w/ word timings: [Demo](http://watson-tts-timing.mybluemix.net/), [Code](https://github.com/nfriedly/tts-timing)

0 commit comments

Comments
 (0)