Skip to content

Commit

Permalink
Add tts-progress event example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1394 authored Mar 27, 2021
1 parent 9a8915d commit a03931d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Subscribe to TTS events

```js
Tts.addEventListener('tts-start', (event) => console.log("start", event));
Tts.addEventListener('tts-progress', (event) => console.log("progress", event));
Tts.addEventListener('tts-finish', (event) => console.log("finish", event));
Tts.addEventListener('tts-cancel', (event) => console.log("cancel", event));
```
Expand Down

0 comments on commit a03931d

Please sign in to comment.