This sample demonstrations how to integrate the Watson Text To Speech with IBM Verse.
- Set up the Tone Analyzer Node.js starter application
- Follow instructions posted here. Should push the application to Bluemix (E.g.
https://<application-name>.mybluemix.net
). - Extend the starter application to perform text to speech for mails being read in Verse
- Clone or copy this project
- Replace the
views/demo.jsx
andviews/layout.jsx
with the ones from this project - Replace the
public/css/styles.css
with the one from this project - Copy the
public/images/bg-waston-logo.png
from this project and add it into above nodejs project - Repush the application to Bluemix
- Use Verse Developer Chrome extension to register the sample
- Set up the Verse Developer Chrome extension using these instructions
- Replace the
applications.json
with the one from this project - Edit
applications.json
and update the bluemix application url (e.g.https://<application-name>.mybluemix.net
) - Reload the extension and reload Verse
- Run the sample
- Select a mail and read it in Verse
- Open he overflow menu (select '...') and select the 'Read Mail' action
- A window will open and the mail reading view will be displayed