Search code examples
ibm-cloudtext-to-speechspeech-to-textibm-watsonwatson-conversation

How can I integrate Bluemix Conversation and Speech-To-Text and Text-To-Speech


I would like to use the Bluemix Conversation sample application
and add speech input and output to it. There are other sample applications for Bluemix TTS and STT available. What are options to integrate these 3 functions and which of them are recommended for beginners?


Solution

  • There are no immediate plans to provide a 'simple' sample app which demonstrates combining Watson STT (Speech to Text), Conversation, and TTS (Text to Speech). Longer term it is definitely on the radar.

    In the immediate term, to get an idea as to how to do this, please take a look at the car-dashboard app code:

    The car dashboard app uses the IBM Watson Speech JS SDK: https://github.com/watson-developer-cloud/speech-javascript-sdk

    Hopefully this helps.